0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module

fix class NETGEN_1D2D_Algorithm_2
This commit is contained in:
eap 2012-03-11 08:50:43 +00:00
parent 8923d63e34
commit 2b19ca89c1

View File

@ -313,6 +313,7 @@ class NETGEN_1D2D_Algorithm_2(NETGEN_1D2D_Algorithm):
## Private constructor.
def __init__(self, mesh, geom=0):
self.algoType = NETGEN_1D2D
NETGEN_1D2D_Algorithm.__init__(self,mesh, geom)