Salome HOME
Merge branch 'akl/tests_update'
[modules/paravis.git] / test / VisuPrs / imps / A6.py
index af83e6f99f953e1e9f5b79d549d3bacb29593b8f..69b430bd1cd95cc8b4082355a0010eb5b25c6ab7 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2010-2013  CEA/DEN, EDF R&D
+# Copyright (C) 2010-2014  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
@@ -37,7 +37,7 @@ if med_reader is None:
     error = error+1
 
 # Create Scalar Map
-scalarmap = ScalarMapOnField(med_reader, EntityType.NODE, 'RESUMECAEQUI_ELGA_SIGM', 1)
+scalarmap = ScalarMapOnField(med_reader, EntityType.NODE, 'RESUMECAEQUI_ELGA_SIGM__________', 1)
 if scalarmap is None:
     print "Error!!! ScalarMap is not created"
     error = error+1