Salome HOME
Python3: tests
[plugins/blsurfplugin.git] / tests / test_periodicity_reflexion_2D_precad.py
index f8674fe978001000a99c1862a94f4bfbb482ed2e..11d21be8431ae737229725e1a58ef6cadddf4eb5 100644 (file)
@@ -115,7 +115,7 @@ def checkProjection(gr, mesh_translated, tol=1e-7):
         non_coincident_nodes = list(set(mesh_nodes) - set(coincident_nodes))
         mesh_check.MakeGroupByIds("non_coincident_nodes", SMESH.NODE, non_coincident_nodes)
         #raise Exception("Projection failed for %s"%name)
-        print "Projection failed for %s"%name
+        print("Projection failed for %s"%name)
         
 checkProjection(gr_right, bottom_rotated)