From: vtn Date: Wed, 19 Mar 2014 16:09:45 +0000 (+0400) Subject: Fixed GaussPoints/A1.py X-Git-Tag: V7_4_0a1~2^2~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5cbf72e3a53a0459efae917655e0d2e5038d5aa1;p=modules%2Fparavis.git Fixed GaussPoints/A1.py --- diff --git a/test/VisuPrs/GaussPoints/A1.py b/test/VisuPrs/GaussPoints/A1.py index e7a2c4c0..fb4e8234 100644 --- a/test/VisuPrs/GaussPoints/A1.py +++ b/test/VisuPrs/GaussPoints/A1.py @@ -36,8 +36,9 @@ if not picturedir.endswith(os.sep): # MED file file_name = datadir + "pointe.med" -field_name = "fieldcelldouble" -timestamp_nb = 1 +field_name = "fieldcelldoublescalar" +#field_name = "fieldcelldoublevector" +timestamp_nb = -1 # last timestamp paravis.myParavis.ImportFile(file_name) med_reader = pvsimple.GetActiveSource()