X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fpyplots%2Ftest_make_cart_grid.py;h=27438008ebfdc6a1c4f77a734880469d53f38bd7;hb=b807e66955ae476b30f59bc29f1fe6c813837063;hp=1030f0f2b130502ff36d5604680a512b5dec5e5b;hpb=f3d5693095483a5028dc812cee8697096159690b;p=modules%2Fhexablock.git diff --git a/doc/pyplots/test_make_cart_grid.py b/doc/pyplots/test_make_cart_grid.py index 1030f0f..2743800 100644 --- a/doc/pyplots/test_make_cart_grid.py +++ b/doc/pyplots/test_make_cart_grid.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2014 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 @@ -27,7 +27,7 @@ import SALOMEDS import hexablock -print "test grille cartesienne..." +print("test grille cartesienne...") doc = hexablock.addDocument() orig = doc.addVertex(0, 0, 0) @@ -47,4 +47,4 @@ grid = doc.makeCartesian(orig, dx, dy, dz, ni, nj, nk) file_name = os.path.join(os.environ['TMP'], 'grille_cartesienne.vtk') #### grid.saveVtk(file_name) -print "...test grille cartesienne OK" +print("...test grille cartesienne OK")