]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
authoreap <eap@opencascade.com>
Sun, 11 Mar 2012 08:50:43 +0000 (08:50 +0000)
committereap <eap@opencascade.com>
Sun, 11 Mar 2012 08:50:43 +0000 (08:50 +0000)
fix class NETGEN_1D2D_Algorithm_2

src/NETGENPlugin/NETGENPluginDC.py

index fe5822dd5a4c2be1e62f050b5c456b40f2dd21a0..22403014f8ac31bf74eb893227127ffba2fd2976 100644 (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)