Merge Python 3 porting.
This commit is contained in:
commit
9f30c086ce
@ -105,7 +105,7 @@ class NETGEN_Algorithm(Mesh_Algorithm):
|
|||||||
# if it is @c 0 (default), the algorithm is assigned to the main shape
|
# if it is @c 0 (default), the algorithm is assigned to the main shape
|
||||||
def __init__(self, mesh, geom=0):
|
def __init__(self, mesh, geom=0):
|
||||||
Mesh_Algorithm.__init__(self)
|
Mesh_Algorithm.__init__(self)
|
||||||
if noNETGENPlugin: print "Warning: NETGENPlugin module unavailable"
|
if noNETGENPlugin: print("Warning: NETGENPlugin module unavailable")
|
||||||
self.Create(mesh, geom, self.algoType, LIBRARY)
|
self.Create(mesh, geom, self.algoType, LIBRARY)
|
||||||
self.params = None
|
self.params = None
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user