Salome HOME
Synchronize adm files
[modules/paravis.git] / test / VisuPrs / GaussPoints / B8.py
old mode 100644 (file)
new mode 100755 (executable)
index 9cbd96b..658ee19
@@ -37,7 +37,7 @@ if not picturedir.endswith(os.sep):
 # MED file
 file_name = datadir + "KCOUPLEX1.med"
 field_name = "Head"
-timestamp_nb = 1
+timestamp_nb = -1 # last timestamp
 
 paravis.myParavis.ImportFile(file_name)
 med_reader = pvsimple.GetActiveSource()