From: eap Date: Sun, 11 Mar 2012 08:50:43 +0000 (+0000) Subject: 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH... X-Git-Tag: V6_5_0a1~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2b19ca89c1595c2ff22171ffc69ed7e1c6b92095;p=plugins%2Fnetgenplugin.git 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module fix class NETGEN_1D2D_Algorithm_2 --- diff --git a/src/NETGENPlugin/NETGENPluginDC.py b/src/NETGENPlugin/NETGENPluginDC.py index fe5822d..2240301 100644 --- a/src/NETGENPlugin/NETGENPluginDC.py +++ b/src/NETGENPlugin/NETGENPluginDC.py @@ -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)