Salome HOME
Switch development flag to 1
[modules/hexablock.git] / src / TEST_PY / test_unit / asso_grid.py
index 69b1039d52bcf56cdc81a220743c2bb35090633e..c5ca7062c272f738dd779c5e144b1b20c511d428 100644 (file)
@@ -1,11 +1,11 @@
 # -*- coding: latin-1 -*-
 
-# Copyright (C) 2009-2013  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
@@ -53,9 +53,9 @@ for j in range(doc.countPropagation()):
 
 mesh_hexas = hexablock.mesh(doc, "Grille:hexas")
 
-print "Nombre d hexaedres:", mesh_hexas.NbHexas()
-print "Nombre de quadrangles:", mesh_hexas.NbQuadrangles()
-print "Nombre de segments:", mesh_hexas.NbEdges()
-print "Nombre de noeuds:", mesh_hexas.NbNodes()
+print("Nombre d hexaedres:", mesh_hexas.NbHexas())
+print("Nombre de quadrangles:", mesh_hexas.NbQuadrangles())
+print("Nombre de segments:", mesh_hexas.NbEdges())
+print("Nombre de noeuds:", mesh_hexas.NbNodes())