Changeset 9521
- Timestamp:
- 08/31/11 11:30:44 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/ismodelselfconsistent.m
r9520 r9521 175 175 message(['model not consistent: model ' md.name ' time_adapt field should be 0 or 1']); 176 176 end 177 if ~ismember(md.hydrostatic_adjustment,{'Absolute' 'Incremental' ]),177 if ~ismember(md.hydrostatic_adjustment,{'Absolute' 'Incremental'}), 178 178 message(['model not consistent: model ' md.name ' hydrostatic_adjustment field should be AbsoluteEnum or IncrementalEnum']); 179 179 end
Note:
See TracChangeset
for help on using the changeset viewer.