From: eap Date: Sun, 11 Mar 2012 10:35:00 +0000 (+0000) Subject: 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH... X-Git-Tag: V6_5_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=125cc31573716e6405fcc1646fc8d5d98e99ed88;p=plugins%2Fghs3dprlplugin.git 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module -class GHS3D_Algorithm(Mesh_Algorithm): +class GHS3DPRL_Algorithm(Mesh_Algorithm): --- diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py b/src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py index 4211528..bf9f7af 100644 --- a/src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py +++ b/src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py @@ -41,7 +41,7 @@ GHS3DPRL = "GHS3DPRL_3D" # It is created by calling Mesh.Tetrahedron( GHS3DPRL, geom=0 ) # # @ingroup l3_algos_basic -class GHS3D_Algorithm(Mesh_Algorithm): +class GHS3DPRL_Algorithm(Mesh_Algorithm): meshMethod = "Tetrahedron" algoType = GHS3DPRL