From 23f1d6be44d12f59c9e06e19029eeed98b8d7760 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 7 Mar 2012 15:54:54 +0000 Subject: [PATCH] 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module - def Parameters(self, which=SOLE): + def Parameters(self): --- src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2