Salome HOME
Small refactor.
[modules/paravis.git] / test / demo_15_med.py
index ddb7da95e6c9cf9752f1cc7f824a4c8f8a1a4d9a..e9ec8fc4cb003af19efafe6bf94c79608addf61b 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2014  CEA/DEN, EDF R&D
+# Copyright (C) 2010-2015  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
@@ -33,7 +33,7 @@ def LoadMultipleFiles_med(FilePath, FilePrefix):
                                                                                FilePath + FilePrefix + '4' + '.med',
                                                                                FilePath + FilePrefix + '5' + '.med',
                                                                                FilePath + FilePrefix + '6' + '.med'])
-  """
+  
   TETRA_dom_fl.CellArrays = ['Pression', 'Temp.C', 'VitesseX']
   TETRA_dom_fl.GlobalFamilyStatus = ['1 1 1', '1 2 1', '1 3 1', '1 4 1', '1 5 1']
   TETRA_dom_fl.GlobalEntityStatus = ['0 203', '0 304']
@@ -65,7 +65,7 @@ def LoadMultipleFiles_med(FilePath, FilePrefix):
   rv.CameraParallelScale = 69.24819492232271
 
   Render()
-  """
+  
 
 
 scriptdir = inspect.getframeinfo(inspect.currentframe())[0]