]> 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>
Sun, 11 Mar 2012 10:35:00 +0000 (10:35 +0000)
committereap <eap@opencascade.com>
Sun, 11 Mar 2012 10:35:00 +0000 (10:35 +0000)
-class GHS3D_Algorithm(Mesh_Algorithm):
+class GHS3DPRL_Algorithm(Mesh_Algorithm):

src/GHS3DPRLPlugin/GHS3DPRLPluginDC.py

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