Changeset 16984 for issm/trunk-jpl/test/NightlyRun/test3004.py
- Timestamp:
- 12/01/13 10:39:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test3004.py
r16192 r16984 20 20 #Fields and tolerances to track changes 21 21 field_names =['Vx','Vy','Vz','Vel','Pressure'] 22 field_tolerances=[1e-08,1e-08, 1e-07,1e-08,1e-08]22 field_tolerances=[1e-08,1e-08,3e-07,1e-08,1e-08] 23 23 field_values=[\ 24 24 md.results.StressbalanceSolution.Vx,\
Note:
See TracChangeset
for help on using the changeset viewer.