Ignore:
Timestamp:
03/19/18 16:23:09 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerances

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test460.m

    r22569 r22570  
    2121        md=solve(md,'Stressbalance');
    2222        field_names     ={field_names{:},['Vx' i{1}],['Vy' i{1}],['Vz' i{1}],['Vel' i{1}],['Pressure' i{1}]};
    23         field_tolerances={field_tolerances{:},6e-07,1e-06,2e-06,1e-06,5e-07};
     23        field_tolerances={field_tolerances{:},2e-06,2e-06,2e-06,2e-06,5e-07};
    2424        field_values={field_values{:},...
    2525                (md.results.StressbalanceSolution.Vx),...
Note: See TracChangeset for help on using the changeset viewer.