Changeset 7438


Ignore:
Timestamp:
02/14/11 09:25:22 (14 years ago)
Author:
seroussi
Message:

fixed validation test 1204

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test1204.m

    r6329 r7438  
    4848%Fields and tolerances to track changes
    4949field_names     ={'Vx','Vy','Thickness'};
    50 field_tolerances={1e-13,1e-13};
     50field_tolerances={1e-13,1e-13,1e-13};
    5151field_values={...
    52         md.results.Transient2DSolution(end).Vx, ...
    53         md.results.Transient2DSolution(end).Vy, ...
    54         md.results.Transient2DSolution(end).Thickness, ...
     52        PatchToVec(md.results.Transient2DSolution(end).Vx), ...
     53        PatchToVec(md.results.Transient2DSolution(end).Vy), ...
     54        PatchToVec(md.results.Transient2DSolution(end).Thickness), ...
    5555        };
Note: See TracChangeset for help on using the changeset viewer.