X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2FGaussPoints%2FC9.py;h=0dfa129e6128aa3ab4268a9ec2238ae4c82d59ed;hb=7cbbd61df3f61d6f3f766b890af5352960bbaa1e;hp=641f068213773955982926e334fc4fa5d7a78997;hpb=4b015556d5938cc157ae97bdc018d08367c0729a;p=modules%2Fparavis.git diff --git a/test/VisuPrs/GaussPoints/C9.py b/test/VisuPrs/GaussPoints/C9.py old mode 100644 new mode 100755 index 641f0682..0dfa129e --- a/test/VisuPrs/GaussPoints/C9.py +++ b/test/VisuPrs/GaussPoints/C9.py @@ -30,14 +30,14 @@ import pvsimple # Directory for saving snapshots -picturedir = get_picture_dir(sys.argv[1], "GaussPoints/C9") +picturedir = get_picture_dir("GaussPoints/C9") if not picturedir.endswith(os.sep): picturedir += os.sep # MED file file_name = datadir + "petit.rmed" -field_name = "RESPIL_SIEF_ELGA" -timestamp_nb = 1 +field_name = "RESPIL__SIEF_ELGA" +timestamp_nb = -1 # last timestamp paravis.myParavis.ImportFile(file_name) med_reader = pvsimple.GetActiveSource()