Changeset 7438
- Timestamp:
- 02/14/11 09:25:22 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test1204.m
r6329 r7438 48 48 %Fields and tolerances to track changes 49 49 field_names ={'Vx','Vy','Thickness'}; 50 field_tolerances={1e-13,1e-13 };50 field_tolerances={1e-13,1e-13,1e-13}; 51 51 field_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), ... 55 55 };
Note:
See TracChangeset
for help on using the changeset viewer.