Changeset 3553


Ignore:
Timestamp:
04/16/10 11:23:59 (15 years ago)
Author:
seroussi
Message:

tolerance and field names for slope compute

Location:
issm/trunk/src/m/utils/Nightly
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/Nightly/testsgetfields.m

    r3532 r3553  
    5757        fields={'balancedthickness.thickness'};
    5858
     59elseif strcmpi(analysis_type,'slopecompute'),
     60        fields={'slopecompute.slopex','slopecompute.slopey'};
     61
    5962else
    6063        error(['testsgetfields error message: requested sequence not supported yet']);
  • issm/trunk/src/m/utils/Nightly/testsgettolerance.m

    r3532 r3553  
    2323else
    2424        if strcmpi(analysis_type,'balancedthickness'),
     25                tolerance=10^-14;
     26
     27        elseif strcmpi(analysis_type,'slopecompute'),
    2528                tolerance=10^-14;
    2629
Note: See TracChangeset for help on using the changeset viewer.