Changeset 5656
- Timestamp:
- 09/02/10 15:10:10 (15 years ago)
- Location:
- issm/trunk/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test437.m
r5386 r5656 9 9 %Fields and tolerances to track changes 10 10 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 11 field_tolerances={1e-0 5,1e-05,1e-05,1e-05,1e-05};11 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09}; 12 12 field_values={... 13 13 PatchToVec(md.results.DiagnosticSolution.Vx),... -
issm/trunk/test/NightlyRun/test438.m
r5386 r5656 9 9 %Fields and tolerances to track changes 10 10 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 11 field_tolerances={1e-0 5,1e-05,1e-05,1e-05,1e-05};11 field_tolerances={1e-09,1e-09,1e-09,1e-09,1e-09}; 12 12 field_values={... 13 13 PatchToVec(md.results.DiagnosticSolution.Vx),...
Note:
See TracChangeset
for help on using the changeset viewer.