From 5cbf72e3a53a0459efae917655e0d2e5038d5aa1 Mon Sep 17 00:00:00 2001 From: vtn Date: Wed, 19 Mar 2014 20:09:45 +0400 Subject: [PATCH] Fixed GaussPoints/A1.py --- test/VisuPrs/GaussPoints/A1.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() -- 2.39.2