Changeset 1975
- Timestamp:
- 08/26/09 17:06:53 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Nightly/testsgettolerance.m
r1920 r1975 51 51 end 52 52 53 elseif (str cmpi(solution,'absolute') | strcmpi(solution,'relative') | strcmpi(solution,'logarithmic') ),53 elseif (strncmpi(solution,'diagnostic_',11) | strncmpi(solution,'steadystate_',12) ), 54 54 if strcmpi(md.type,'2d'), 55 55 tolerance=10^-13;
Note:
See TracChangeset
for help on using the changeset viewer.