Changeset 13967 for issm/trunk-jpl/test/NightlyRun/test429.py
- Timestamp:
- 11/15/12 14:01:43 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test429.py
r13681 r13967 23 23 field_tolerances=[1e-09,1e-09,1e-09,1e-09,1e-09] 24 24 field_values=[\ 25 md.results ['DiagnosticSolution'][1]['Vx'],\26 md.results ['DiagnosticSolution'][1]['Vy'],\27 md.results ['DiagnosticSolution'][1]['Vz'],\28 md.results ['DiagnosticSolution'][1]['Vel'],\29 md.results ['DiagnosticSolution'][1]['Pressure'],\25 md.results.DiagnosticSolution.Vx,\ 26 md.results.DiagnosticSolution.Vy,\ 27 md.results.DiagnosticSolution.Vz,\ 28 md.results.DiagnosticSolution.Vel,\ 29 md.results.DiagnosticSolution.Pressure,\ 30 30 ]
Note:
See TracChangeset
for help on using the changeset viewer.