Salome HOME
Merge branch V7_3_1_BR
[modules/hexablock.git] / doc / pyplots / test_disconnect.py
index 172cd6a3cf9fab427c53bb37fb9255c5b2afeacf..36d52541314850f7f6309ebb593e2fc6983cc436 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-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
@@ -68,12 +68,12 @@ edge.setScalar(5)
 vertex.setScalar(5)
 
 file_name = os.path.join(os.environ['TMP'], 'disconnect1.vtk')
-doc.saveVtk(file_name)
+####  doc.saveVtk(file_name)
 
 doc.disconnectQuad(hexa1, quad)
 
 file_name = os.path.join(os.environ['TMP'], 'disconnect2.vtk')
-doc.saveVtk(file_name)
+####  doc.saveVtk(file_name)
 
 
 print "...test disconnect elements OK"