Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / TEST_PY / test_unit / revolution.py
index e055d3a2ee487d0c34df607b804a95e3678a570b..ef44bd533e2dca382a9f69be056896472b096eda 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: latin-1 -*-
-# Copyright (C) 2009-2014  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
@@ -68,7 +68,7 @@ def test_revolution () :
     for nx in range (nr) :
         for ny in range (na) :
             cell = grid.getQuadIJ (nx, ny, nl)
-            print " ... cell = ", cell
+            print(" ... cell = ", cell)
             liste.append (cell);
 
     center = doc.addVertex (0, -10, 0);
@@ -94,7 +94,7 @@ def test_prism () :
     for nx in range (nr) :
         for ny in range (na) :
             cell = grid.getQuadIJ (nx, ny, nl)
-            print " ... cell = ", cell
+            print(" ... cell = ", cell)
             liste.append (cell);
 
     axis = doc.addVector (1, 1, 1);
@@ -117,7 +117,7 @@ def test_prism_vec () :
     for nx in range (nr) :
         for ny in range (na) :
             cell = grid.getQuadIJ (nx, ny, nl)
-            print " ... cell = ", cell
+            print(" ... cell = ", cell)
             liste.append (cell);
 
     axis = doc.addVector (1, 1, 1);