]> SALOME platform Git repositories - modules/hexablock.git/blobdiff - src/TEST_PY/test_unit/asso_grid.py
Salome HOME
Copyright update 2022
[modules/hexablock.git] / src / TEST_PY / test_unit / asso_grid.py
index 4b5eee1203f7f9ca56a536006d0305e7d13ca889..fd084a51956fe22189eb8fc8c4443d69ab1cc407 100644 (file)
@@ -1,11 +1,11 @@
 # -*- coding: latin-1 -*-
 
-# Copyright (C) 2009-2012  CEA/DEN, EDF R&D
+# Copyright (C) 2009-2022  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
@@ -20,7 +20,6 @@
 #
 
 import os
-import geompy
 import hexablock
 import math
 
@@ -54,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())