Salome HOME
Updated copyright comment
[modules/hexablock.git] / doc / pyplots / test_make_spher_grid.py
index da5f256842aaaf6e11a22402fe4d96680ce668b9..9c9add5af601ba8995a80b92d359de1ccb9d0957 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2024  CEA, EDF
 #
 # 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
@@ -27,7 +27,7 @@ import SALOMEDS
 import hexablock
 
 
-print "test grille spherique..."
+print("test grille spherique...")
 doc = hexablock.addDocument()
 
 orig = doc.addVertex(0, 0, 0)
@@ -45,6 +45,6 @@ grid = doc.makeSpherical(orig, direction, n, k)
 
 
 file_name = os.path.join(os.environ['TMP'], 'grille_spherique.vtk')
-grid.saveVtk(file_name)
+####  grid.saveVtk(file_name)
 
-print "...test grille spherique OK"
+print("...test grille spherique OK")