Salome HOME
Merge branch 'V7_3_1_BR' into akl/tests_update
[modules/paravis.git] / test / VisuPrs / GaussPoints / B9.py
index 2085d27a6fcad5a62b93c9c53cd166a01f1f32ef..a0ee7766f2510ebc378ce8bca2ba3474aa9ff9f1 100644 (file)
@@ -37,7 +37,7 @@ if not picturedir.endswith(os.sep):
 # MED file
 file_name = datadir + "test_hydro.med"
 field_name = "Head"
-timestamp_nb = 1
+timestamp_nb = -1 # last timestamp
 
 paravis.myParavis.ImportFile(file_name)
 med_reader = pvsimple.GetActiveSource()