Salome HOME
Switch development flag to 1
[modules/hexablock.git] / doc / pyplots / test_make_spher_grid.py
index 009af72a7a6ee2265ffab454f471968c1e721fa0..b4460102b9032cc5df01535901dd3070192bdb9c 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2016  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
@@ -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)
@@ -47,4 +47,4 @@ grid = doc.makeSpherical(orig, direction, n, k)
 file_name = os.path.join(os.environ['TMP'], 'grille_spherique.vtk')
 ####  grid.saveVtk(file_name)
 
-print "...test grille spherique OK"
+print("...test grille spherique OK")