X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2FVisuPrs%2FGaussPoints%2FC8.py;h=71cdf7bf38f85397199201491bc0be56267f9e3b;hb=7cbbd61df3f61d6f3f766b890af5352960bbaa1e;hp=fa9b6ce01ad26ca8da1cfaa28a5476b6dc8d4d94;hpb=4b015556d5938cc157ae97bdc018d08367c0729a;p=modules%2Fparavis.git diff --git a/test/VisuPrs/GaussPoints/C8.py b/test/VisuPrs/GaussPoints/C8.py old mode 100644 new mode 100755 index fa9b6ce0..71cdf7bf --- a/test/VisuPrs/GaussPoints/C8.py +++ b/test/VisuPrs/GaussPoints/C8.py @@ -30,14 +30,15 @@ import pvsimple # Directory for saving snapshots -picturedir = get_picture_dir(sys.argv[1], "GaussPoints/C8") +picturedir = get_picture_dir("GaussPoints/C8") if not picturedir.endswith(os.sep): picturedir += os.sep # MED file file_name = datadir + "ir.resu.med" -field_name = "gravit_VARI_ELGA" -timestamp_nb = 1 +field_name = "gravit__VARI_ELGA" +#timestamp_nb = 1 +timestamp_nb = 6 # timestamp 1 is empty paravis.myParavis.ImportFile(file_name) med_reader = pvsimple.GetActiveSource()