Changeset 3553
- Timestamp:
- 04/16/10 11:23:59 (15 years ago)
- Location:
- issm/trunk/src/m/utils/Nightly
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/Nightly/testsgetfields.m
r3532 r3553 57 57 fields={'balancedthickness.thickness'}; 58 58 59 elseif strcmpi(analysis_type,'slopecompute'), 60 fields={'slopecompute.slopex','slopecompute.slopey'}; 61 59 62 else 60 63 error(['testsgetfields error message: requested sequence not supported yet']); -
issm/trunk/src/m/utils/Nightly/testsgettolerance.m
r3532 r3553 23 23 else 24 24 if strcmpi(analysis_type,'balancedthickness'), 25 tolerance=10^-14; 26 27 elseif strcmpi(analysis_type,'slopecompute'), 25 28 tolerance=10^-14; 26 29
Note:
See TracChangeset
for help on using the changeset viewer.