Salome HOME
bos #32737 Allow to choose between MG-Tetra and MG-Tetra_HPC multithread
[plugins/ghs3dplugin.git] / src / GHS3DPlugin / GHS3DPlugin_GHS3D.cxx
index b7b3109306d3b3b7c098e2dac32da08c8fd93335..ba449ce325ac80d906747858a291536da94b5c2a 100644 (file)
@@ -1580,12 +1580,12 @@ static bool writeGMFFile(MG_Tetra_API*                                   MGInput
   return true;
 }
 
+
 //=============================================================================
 /*!
  *Here we are going to use the MG-Tetra mesher with geometry
  */
 //=============================================================================
-
 bool GHS3DPlugin_GHS3D::Compute(SMESH_Mesh&         theMesh,
                                 const TopoDS_Shape& theShape)
 {
@@ -1872,6 +1872,7 @@ bool GHS3DPlugin_GHS3D::Compute(SMESH_Mesh&         theMesh,
  *Here we are going to use the MG-Tetra mesher w/o geometry
  */
 //=============================================================================
+
 bool GHS3DPlugin_GHS3D::Compute(SMESH_Mesh&         theMesh,
                                 SMESH_MesherHelper* theHelper)
 {