Changeset 6048
- Timestamp:
- 09/27/10 13:00:03 (15 years ago)
- Location:
- issm/trunk/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test240.m
r6025 r6048 9 9 %Fields and tolerances to track changes 10 10 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 11 field_tolerances={1e-09,1e-09,1e-0 9,1e-09,1e-09};11 field_tolerances={1e-09,1e-09,1e-06,1e-09,1e-09}; 12 12 field_values={... 13 13 PatchToVec(md.results.DiagnosticSolution.Vx),... -
issm/trunk/test/NightlyRun/test442.m
r6036 r6048 9 9 %Fields and tolerances to track changes 10 10 field_names ={'Vx','Vy','Vz','Vel','Pressure'}; 11 field_tolerances={1e-09,1e-09,1e-0 9,1e-09,1e-09};11 field_tolerances={1e-09,1e-09,1e-08,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.