Changeset 1670
- Timestamp:
- 08/13/09 15:16:59 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/ismodelselfconsistent.m
r1666 r1670 11 11 error('ismodelselfconsistent error message: wrong usage'); 12 12 end 13 14 %initialize output 15 bool=1; 13 16 14 17 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% COMMON CHECKS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 499 502 end 500 503 501 %No problems, just return 1; 502 bool=1; 503 return; 504 %ICE and MACAYEAL 505 if (strcmpi(package,'ice') | strcmpi(package,'macayeal')), 506 507 if (isnan(md.eps_rel) & isnan(md.eps_abs)), 508 disp(['At least eps_rel must be positive since eps_res not supported by package ' package '!']); 509 bool=0; return; 510 end 511 512 end
Note:
See TracChangeset
for help on using the changeset viewer.