Changeset 9635


Ignore:
Timestamp:
09/06/11 16:48:36 (14 years ago)
Author:
seroussi
Message:

typo in timestepping

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/ismodelselfconsistent.m

    r9632 r9635  
    295295
    296296        if md.timestepping.time_step<=0,
    297                 message('model not consistent: field timesteppping.time_step must be positive for a transient run')
     297                message('model not consistent: field timestepping.time_step must be positive for a transient run')
    298298        end
    299299        if(md.timestepping.cfl_coefficient>1 | md.timestepping.cfl_coefficient<0),
     
    319319        %NDT
    320320        if md.timestepping.time_step~=0,
    321                 message(['model not consistent: for a steadystate computation, timesteppping.time_step must be zero.']);
     321                message(['model not consistent: for a steadystate computation, timestepping.time_step must be zero.']);
    322322        end
    323323
     
    335335
    336336        if md.timestepping.time_step<=0,
    337                 message('model not consistent: field timesteppping.time_step must be positive for a transient run')
     337                message('model not consistent: field timestepping.time_step must be positive for a transient run')
    338338        end
    339339
     
    508508
    509509                                %DT and NDT
    510                                 fields={'timesteppping.time_step','timesteppping.final_time'};
     510                                fields={'timestepping.time_step','timestepping.final_time'};
    511511                                checkgreaterstrict(md,fields,0);
    512512
Note: See TracChangeset for help on using the changeset viewer.