Changeset 21387


Ignore:
Timestamp:
11/17/16 13:53:56 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: relaxing tolerances

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test461.m ΒΆ

    r21384 r21387  
    2323
    2424%Fields and tolerances to track changes
    25 field_names     ={'Enthalpy1','Waterfraction1','Temperature1',...
    26            'Enthalpy2','Waterfraction2','Temperature2',...
    27            'Enthalpy3','Waterfraction3','Temperature3'};
    28 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-9,1e-13};
     25field_names ={...
     26        'Enthalpy1','Waterfraction1','Temperature1',...
     27        'Enthalpy2','Waterfraction2','Temperature2',...
     28        'Enthalpy3','Waterfraction3','Temperature3'};
     29field_tolerances={...
     30        1e-12,1e-11,1e-12,...
     31        1e-12,1e-10,1e-12,...
     32        1e-12,1e-9,1e-12};
    2933field_values={...
    3034           (md.results.TransientSolution(1).Enthalpy),...
Note: See TracChangeset for help on using the changeset viewer.