From: eap Date: Wed, 7 Mar 2012 15:54:09 +0000 (+0000) Subject: 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH... X-Git-Tag: V6_5_0a1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3a3e345fbc204b745cbbcde361c86ea63a5a2cfa;p=plugins%2Fghs3dprlplugin.git 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module - self.Create(mesh, geom, self.algoType) + self.Create(mesh, geom, self.algoType, "libGHS3DPRLEngine.so") --- diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py b/src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py index 8228bde..1b3db63 100644 --- a/src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py +++ b/src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py @@ -50,7 +50,7 @@ class GHS3D_Algorithm(Mesh_Algorithm): def __init__(self, mesh, geom=0): Mesh_Algorithm.__init__(self) if none_optimization: print "Warning: GHS3DPRLPlugin module unavailable" - self.Create(mesh, geom, self.algoType) + self.Create(mesh, geom, self.algoType, "libGHS3DPRLEngine.so") ## Defines hypothesis having several parameters #