]> SALOME platform Git repositories - modules/paravis.git/blobdiff - test/VisuPrs/SWIG_scripts/A1.py
Salome HOME
Merge akl/tests_update: update tests
[modules/paravis.git] / test / VisuPrs / SWIG_scripts / A1.py
index f264dda3ae21f9094b5c6a585f8db412444a08a7..1e14928424419ef49fd61c70dff24f13a24c4617 100644 (file)
@@ -135,7 +135,7 @@ else:
 print "**** Stage4: Displaying scalar field"
 
 print "Creating Scalar Map.......",
-scalarmap1 = ScalarMapOnField(med_reader1, cell_entity, 'scalar_field', 1)
+scalarmap1 = ScalarMapOnField(med_reader1, cell_entity, 'scalar field', 1)
 if scalarmap1 is None:
     print "FAILED"
 else:
@@ -145,7 +145,7 @@ else:
 view.ResetCamera()
 
 print "Creating Iso Surfaces.....",
-isosurfaces1 = IsoSurfacesOnField(med_reader1, cell_entity, 'scalar_field', 1)
+isosurfaces1 = IsoSurfacesOnField(med_reader1, cell_entity, 'scalar field', 1)
 if isosurfaces1 is None:
     print "FAILED"
 else:
@@ -153,7 +153,7 @@ else:
     print "OK"
 
 print "Creating Cut Planes.......",
-cutplanes1 = CutPlanesOnField(med_reader1, cell_entity, 'scalar_field', 1,
+cutplanes1 = CutPlanesOnField(med_reader1, cell_entity, 'scalar field', 1,
                               orientation=Orientation.YZ)
 if cutplanes1 is None:
     print "FAILED"
@@ -167,7 +167,7 @@ display_only(cutplanes1, view)
 print "Creating Scalar Map On Deformed Shape.......",
 scalarmapondefshape1 = DeformedShapeAndScalarMapOnField(med_reader1,
                                                         cell_entity,
-                                                        'vectoriel_field', 1)
+                                                        'vectoriel field', 1)
 if scalarmapondefshape1 is None:
     print "FAILED"
 else: