Changeset 11995 for issm/trunk/src/m/classes/steadystate.m
- Timestamp:
- 04/16/12 14:57:18 (13 years ago)
- Location:
- issm/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:ignore
-
old new 7 7 config.status 8 8 configure 9 doxygen10 9 ISSM.paf 11 10 ISSM.ppf 12 11 ISSM.ppf_cache 13 12 libtool 14 list15 13 Makefile 16 14 Makefile.in
-
- Property svn:mergeinfo changed
- Property svn:ignore
-
issm/trunk/src/m/classes/steadystate.m
r10981 r11995 15 15 case 0 16 16 obj=setdefaultparameters(obj); 17 case 118 in=varargin{1};19 if (isa(in,'numeric') & in==0),20 % requesting templates do nothing21 else22 error('constructor not supported');23 end24 17 otherwise 25 18 error('constructor not supported'); … … 39 32 40 33 if md.timestepping.time_step~=0, 41 checkmessage([' model not consistent:for a steadystate computation, timestepping.time_step must be zero.']);34 checkmessage(['for a steadystate computation, timestepping.time_step must be zero.']); 42 35 end 43 36 44 37 if isnan(md.diagnostic.reltol), 45 checkmessage([' model not consistent:for a steadystate computation, diagnostic.reltol (relative convergence criterion) must be defined!']);38 checkmessage(['for a steadystate computation, diagnostic.reltol (relative convergence criterion) must be defined!']); 46 39 end 47 40 end % }}}
Note:
See TracChangeset
for help on using the changeset viewer.