Salome HOME
Merge branch 'V7_dev'
[modules/paravis.git] / test / VisuPrs / GaussPoints / C3.py
index a8c2348fee4de5c0cffbd45b56e12823c60c8487..d93f096d0073b5bfa5731fbd4a36295657677a3f 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2010-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2010-2016  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -25,10 +25,8 @@ import sys
 
 from paravistest import datadir, pictureext, get_picture_dir
 from presentations import GaussPointsOnField, EntityType, get_time, process_prs_for_test
-import paravis
 import pvsimple
 
-
 # Directory for saving snapshots
 picturedir = get_picture_dir("GaussPoints/C3")
 if not picturedir.endswith(os.sep):
@@ -36,10 +34,10 @@ if not picturedir.endswith(os.sep):
 
 # MED file
 file_name = datadir + "UO2_250ans.med"
-field_name = "Concentration_O2(aq)_mol_per_l"
-timestamp_nb = 1
+field_name = "Concentration_O2(aq)_mol per l"
+timestamp_nb = -1 # last timestamp
 
-paravis.myParavis.ImportFile(file_name)
+pvsimple.OpenDataFile(file_name)
 med_reader = pvsimple.GetActiveSource()
 if med_reader is None:
     raise RuntimeError("File wasn't imported!!!")