Salome HOME
Synchronize adm files
[modules/paravis.git] / test / VisuPrs / GaussPoints / C4.py
old mode 100644 (file)
new mode 100755 (executable)
index 67f1256..96916f9
@@ -36,8 +36,8 @@ if not picturedir.endswith(os.sep):
 
 # MED file
 file_name = datadir + "homard_ASTER_OSF_MEDV2.1.5_1_v2.3.med"
-field_names = ["REMEUN_ERRE_ELGA_NORE", "REMEZEROERRE_ELGA_NORE"]
-timestamp_nb = 1
+field_names = ["REMEUN__ERRE_ELGA_NORE__________", "REMEZEROERRE_ELGA_NORE__________"]
+timestamp_nb = -1 # last timestamp
 
 paravis.myParavis.ImportFile(file_name)
 med_reader = pvsimple.GetActiveSource()