Salome HOME
GaussPoints modification
[modules/paravis.git] / test / VisuPrs / GaussPoints / A5.py
index fe34ed17d020da8d1f04e0d82a1d0e6f4cb0c5b5..530fc331a3913f9ad2a0cc6a44ec9af1c27e45f0 100644 (file)
@@ -36,8 +36,8 @@ if not picturedir.endswith(os.sep):
     
 # MED file
 file_name = datadir + "Tetra4.med"
-field_name = "scalar_field"
-timestamp_nb = 1
+field_name = "scalar field"
+timestamp_nb = -1 # last timestamp
 
 paravis.myParavis.ImportFile(file_name)
 med_reader = pvsimple.GetActiveSource()