Salome HOME
Merge Python 3 porting.
[plugins/blsurfplugin.git] / tests / test_periodicity_reflexion_2D_precad.py
index a6af83c63098d0260c08e032ca02b453f6cb6b88..ba6853e344d3b06e6c3564b37850fce3012ba182 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)