From 125cc31573716e6405fcc1646fc8d5d98e99ed88 Mon Sep 17 00:00:00 2001 From: eap Date: Sun, 11 Mar 2012 10:35:00 +0000 Subject: [PATCH] 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module -class GHS3D_Algorithm(Mesh_Algorithm): +class GHS3DPRL_Algorithm(Mesh_Algorithm): --- 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 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 -- 2.39.2