Changeset 11421
- Timestamp:
- 02/13/12 18:25:55 (13 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test139.m
r11420 r11421 11 11 %Fields and tolerances to track changes 12 12 field_names ={'Enthalpy','Waterfraction','Temperature'}; 13 field_tolerances={1e-13,1e-1 1,1e-13};13 field_tolerances={1e-13,1e-10,1e-13}; 14 14 field_values={... 15 15 (md.results.EnthalpySolution.Enthalpy),... -
issm/trunk-jpl/test/NightlyRun/test142.m
r11281 r11421 13 13 'Enthalpy2','Waterfraction2','Temperature2',... 14 14 'Enthalpy3','Waterfraction3','Temperature3'}; 15 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-1 3,1e-13};15 field_tolerances={1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-13,1e-10,1e-13}; 16 16 field_values={... 17 17 (md.results.EnthalpySolution(1).Enthalpy),...
Note:
See TracChangeset
for help on using the changeset viewer.