Changeset 9755


Ignore:
Timestamp:
09/09/11 17:27:47 (14 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/timestepping.m

    r9752 r9755  
    5050                                checkmessage(['model not consistent: model ' md.miscellaneous.name ' time_adapt field should be 0 or 1']);
    5151                        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                         end
    5552                        if(md.timestepping.cfl_coefficient>1 | md.timestepping.cfl_coefficient<0),
    5653                                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.