Changeset 1195
- Timestamp:
- 07/01/09 09:51:31 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Nightly/testsgettolerance.m
r1140 r1195 50 50 51 51 elseif (strcmpi(solution,'absolute') | strcmpi(solution,'relative') | strcmpi(solution,'logarithmic') ), 52 if strcmpi(md.type,'2d'), 52 53 tolerance=10^-13; 54 else 55 tolerance=10^-11; 56 end 53 57 54 58 else
Note:
See TracChangeset
for help on using the changeset viewer.