Changeset 9754 for issm/trunk


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

minor

File:
1 edited

Legend:

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

    r9752 r9754  
    4242                end % }}}
    4343                function checkconsistency(obj,md) % {{{
     44
     45                        %Early return
     46                        if md.private.solution~=SteadystateSolutionEnum, return; end;
     47
    4448                        if md.timestepping.time_step~=0,
    4549                                checkmessage(['model not consistent: for a steadystate computation, timestepping.time_step must be zero.']);
Note: See TracChangeset for help on using the changeset viewer.