From: eap Date: Wed, 7 Mar 2012 15:54:54 +0000 (+0000) Subject: 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH... X-Git-Tag: V6_5_0a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=23f1d6be44d12f59c9e06e19029eeed98b8d7760;p=plugins%2Fghs3dprlplugin.git 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module - def Parameters(self, which=SOLE): + def Parameters(self): --- diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py b/src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py index 1b3db63..4211528 100644 --- a/src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py +++ b/src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py @@ -55,7 +55,7 @@ class GHS3D_Algorithm(Mesh_Algorithm): ## Defines hypothesis having several parameters # # @ingroup l3_hypos_ghs3dh - def Parameters(self, which=SOLE): + def Parameters(self): if not self.params: self.params = self.Hypothesis("GHS3DPRL_Parameters", [], "libGHS3DPRLEngine.so", UseExisting=0)