Salome HOME
Revert "Synchronize adm files"
[modules/hexablock.git] / doc / pyplots / test_make_cyl_grid.py
index 942efebea0bb77e88b9fc640c1441d158c8efa3a..88a25c7f30d7487545fb644f0aa85b116a41c74b 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
@@ -57,7 +57,7 @@ for i in range(2):
     c2.getHexa(base2 + i).setScalar(5)
 
 file_name = os.path.join(os.environ['TMP'], 'grilles_cylindriques.vtk')
-doc.saveVtk(file_name)
+####  doc.saveVtk(file_name)
 
 print "...test grille cylindrique OK"