Changeset 779


Ignore:
Timestamp:
06/04/09 16:02:30 (16 years ago)
Author:
seroussi
Message:

adapted gettolerance to control method tests

File:
1 edited

Legend:

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

    r776 r779  
    3636                end
    3737
     38        elseif (strcmpi(solution,'absolute') | strcmpi(solution,'relative') | strcmpi(solution,'logarithmic') ),
     39                        tolerance=10^-13;
     40
    3841        else
    3942                error(['testsgettolerance error message: solution '  solution ' not supported yet with package cielo_parallel']);
Note: See TracChangeset for help on using the changeset viewer.