Changeset 3532
- Timestamp:
- 04/14/10 11:56:00 (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
r2547 r3532 54 54 end 55 55 56 elseif strcmpi(analysis_type,'balancedthickness'), 57 fields={'balancedthickness.thickness'}; 58 56 59 else 57 60 error(['testsgetfields error message: requested sequence not supported yet']); -
issm/trunk/src/m/utils/Nightly/testsgettolerance.m
r2770 r3532 22 22 23 23 else 24 if strcmpi(analysis_type,'prognostic'), 24 if strcmpi(analysis_type,'balancedthickness'), 25 tolerance=10^-14; 26 27 elseif strcmpi(analysis_type,'prognostic'), 25 28 tolerance=10^-14; 26 29
Note:
See TracChangeset
for help on using the changeset viewer.