Salome HOME
COTECH: Update names of DISTENE products
[plugins/ghs3dprlplugin.git] / src / GHS3DPRLPlugin / GHS3DPRLPluginBuilder.py
index cec63fda5b91002e120ad18aee86df3ffb47f055..241b8e7a7ada680ea21e1d47c662d9b727911b81 100644 (file)
@@ -19,7 +19,7 @@
 
 ##
 # @package GHS3DPRLPluginBuilder
-# Python API for the GHS3DPRL meshing plug-in module.
+# Python API for the MG-Tetra Parallel meshing plug-in module.
 
 from salome.smesh.smesh_algorithm import Mesh_Algorithm
 from salome.smesh.smeshBuilder import AssureGeomPublished
@@ -32,7 +32,7 @@ except ImportError:
     noGHS3DPRLPlugin = 1
     pass
 
-# Optimization level of GHS3D
+# Optimization level of MG-Tetra Parallel
 # V3.1
 None_Optimization, Light_Optimization, Medium_Optimization, Strong_Optimization = 0,1,2,3
 # V4.1 (partialy redefines V3.1). Issue 0020574
@@ -50,7 +50,7 @@ GHS3DPRL = MG_Tetra_Parallel
 # Algorithms
 #----------------------------
 
-## Tetrahedron GHS3DPRL 3D algorithm
+## Tetrahedron MG-Tetra Parallel 3D algorithm
 #
 #  It can be created by calling smeshBuilder.Mesh.Tetrahedron( smeshBuilder.MG_Tetra_Parallel )
 class GHS3DPRL_Algorithm(Mesh_Algorithm):
@@ -60,7 +60,7 @@ class GHS3DPRL_Algorithm(Mesh_Algorithm):
     meshMethod = "Tetrahedron"
     ## type of algorithm used with helper function in smeshBuilder.Mesh class
     #  @internal
-    algoType   = GHS3DPRL
+    algoType   = MG_Tetra_Parallel
     ## doc string of the method in smeshBuilder.Mesh class
     #  @internal
     docHelper  = "Creates tetrahedron 3D algorithm for volumes"