X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNETGENPlugin%2FNETGENPluginBuilder.py;h=edf7df747d4525209244d66b67e7e54fcc4df1e7;hb=ac5dc648d839444366920d17980ba1690355bf25;hp=7334ae33351c9a3f94d5ed4cf8aec96bd3bed505;hpb=34f646e4657878e684b461fe8b3144e282c63945;p=plugins%2Fnetgenplugin.git diff --git a/src/NETGENPlugin/NETGENPluginBuilder.py b/src/NETGENPlugin/NETGENPluginBuilder.py index 7334ae3..edf7df7 100644 --- a/src/NETGENPlugin/NETGENPluginBuilder.py +++ b/src/NETGENPlugin/NETGENPluginBuilder.py @@ -105,7 +105,7 @@ class NETGEN_Algorithm(Mesh_Algorithm): # if it is @c 0 (default), the algorithm is assigned to the main shape def __init__(self, mesh, geom=0): Mesh_Algorithm.__init__(self) - if noNETGENPlugin: print "Warning: NETGENPlugin module unavailable" + if noNETGENPlugin: print("Warning: NETGENPlugin module unavailable") if not mesh.GetMesh().HasShapeToMesh() and \ self.meshMethod == "Triangle": # create a 2D remesher self.Create(mesh, geom, "NETGEN_Remesher_2D", LIBRARY)