Changeset 9755
- Timestamp:
- 09/09/11 17:27:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/timestepping.m
r9752 r9755 50 50 checkmessage(['model not consistent: model ' md.miscellaneous.name ' time_adapt field should be 0 or 1']); 51 51 end 52 if md.timestepping.time_step<=0,53 checkmessage('model not consistent: field timestepping.time_step must be positive for a transient run')54 end55 52 if(md.timestepping.cfl_coefficient>1 | md.timestepping.cfl_coefficient<0), 56 53 checkmessage(['model not consistent: model ' md.miscellaneous.name ' cfl_coefficient field should between 0 and 1']);
Note:
See TracChangeset
for help on using the changeset viewer.