]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
Change VISU viewer to PARAVIS viewer for control scalar map
authorboulant <boulant>
Mon, 15 Apr 2013 15:46:57 +0000 (15:46 +0000)
committerboulant <boulant>
Mon, 15 Apr 2013 15:46:57 +0000 (15:46 +0000)
src/MEDOP/tui/xmedpy/driver_pvis.py
src/MEDOP/tui/xmedpy/fieldtools.py

index ff52185c86a1c29b9c48d47af3d5ee97099e2e8e..66cfd0fa11c40562aecf3d67af0da7ba37c7e755 100644 (file)
@@ -71,8 +71,8 @@ def pvis_scalarmap(filename,meshname,fieldname,typeOfField,iteration=-1):
 def TEST_scalarmap():
     import os
     from xmed import properties
-    properties.setup(properties.testdata_02) # test with nodes
-    #properties.setup(properties.testdata_03) # test with cells
+    #properties.setup(properties.testdata_02) # test with nodes
+    properties.setup(properties.testdata_03) # test with cells
     pvis_scalarmap(properties.testFilePath,
                    properties.testMeshName,
                    properties.testFieldName,
index 5c6bfc8b14a4f4152bef3bf49b0c7f12310ef866..80e44901ca7e079cfee5536793a37a459f2d9cbd 100644 (file)
@@ -161,7 +161,7 @@ def save(filename):
 # Field Data visualization
 VIEWER_VISU    = "VISU"
 VIEWER_PARAVIS = "PARAVIS"
-VIEWER_DEFAULT = VIEWER_VISU
+VIEWER_DEFAULT = VIEWER_PARAVIS
 
 VIEWER_TMP_FILE = "/tmp/medop_viewer.med"