Changeset 1195


Ignore:
Timestamp:
07/01/09 09:51:31 (16 years ago)
Author:
seroussi
Message:

tolerance for 3d control method

File:
1 edited

Legend:

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

    r1140 r1195  
    5050
    5151        elseif (strcmpi(solution,'absolute') | strcmpi(solution,'relative') | strcmpi(solution,'logarithmic') ),
     52                if strcmpi(md.type,'2d'),
    5253                        tolerance=10^-13;
     54                else
     55                        tolerance=10^-11;
     56                end
    5357
    5458        else
Note: See TracChangeset for help on using the changeset viewer.