]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/commitdiff
Salome HOME
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
authoreap <eap@opencascade.com>
Wed, 7 Mar 2012 15:54:54 +0000 (15:54 +0000)
committereap <eap@opencascade.com>
Wed, 7 Mar 2012 15:54:54 +0000 (15:54 +0000)
-    def Parameters(self, which=SOLE):
+    def Parameters(self):

src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py

index 1b3db63d09faadf400aab232af2bb8f1ed739df1..421152818b3f465599a0f725856dd2b72a5c1d6e 100644 (file)
@@ -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)