Changeset 5230


Ignore:
Timestamp:
08/13/10 09:48:18 (15 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/enum/EnumToModelField.m

    r5228 r5230  
    1111switch enum,
    1212
    13                 case ThicknessEnum() : return 'thickness';
    14                 case DragCoefficientEnum() : return 'drag_coefficient';
    15 otherwise, error(['Enum ' num2str(enum)  ' not found associated to any model field']);
     13                case ThicknessEnum(), string='thickness'; return
     14                case DragCoefficientEnum(), string='drag_coefficient'; return
     15                otherwise, error(['Enum ' num2str(enum)  ' not found associated to any model field']);
    1616
    1717end
Note: See TracChangeset for help on using the changeset viewer.