Salome HOME
Copyrights update 2015.
[modules/hexablock.git] / doc / pyplots / test_make_cart_grid.py
index b0bfb3f2d3d550bbe317e35bc2b9b8d34b06b875..af42a6acb7a4958dfeb8be1f624f3c1d76ca8c1b 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-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
 # 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
@@ -45,6 +45,6 @@ nk = 8
 grid = doc.makeCartesian(orig, dx, dy, dz, ni, nj, nk)
 
 file_name = os.path.join(os.environ['TMP'], 'grille_cartesienne.vtk')
-grid.saveVtk(file_name)
+####  grid.saveVtk(file_name)
 
 print "...test grille cartesienne OK"