Salome HOME
last timestamp for GaussPointsOnField
[modules/paravis.git] / test / VisuPrs / GaussPoints / C5.py
index 6ca4a0804bc5b17621340df520d758a0bf5480d2..2e123c4982a611a0156b99607318bca5437d0950 100644 (file)
@@ -37,7 +37,7 @@ if not picturedir.endswith(os.sep):
 # MED file
 file_name = datadir + "occ4050.med"
 field_name = "champ_reel"
-timestamp_nb = 1
+timestamp_nb = -1 # last timestamp
 
 paravis.myParavis.ImportFile(file_name)
 med_reader = pvsimple.GetActiveSource()