Salome HOME
COTECH: Update names of DISTENE products
[plugins/ghs3dprlplugin.git] / src / GHS3DPRLPlugin / GHS3DPRLPlugin_Hypothesis.cxx
index 87f6c0230618349a3dc2b3df1af0da079e8eb7a7..7898c98ac6f6e50fcb2ed72b6c7ae8ac68229bfb 100755 (executable)
@@ -40,7 +40,7 @@ GHS3DPRLPlugin_Hypothesis::GHS3DPRLPlugin_Hypothesis (int hypId, int studyId,
     _ToMeshHoles( GetDefaultToMeshHoles() )
 {
   MESSAGE("GHS3DPRLPlugin_Hypothesis::GHS3DPRLPlugin_Hypothesis");
-  _name = "GHS3DPRL_Parameters";
+  _name = GetHypType();
   _param_algo_dim = 3;
 }
 
@@ -210,7 +210,7 @@ std::istream& operator >>(std::istream& load, GHS3DPRLPlugin_Hypothesis& hyp)
  */
 //================================================================================
 bool GHS3DPRLPlugin_Hypothesis::SetParametersByMesh(const SMESH_Mesh*   theMesh,
-                                                   const TopoDS_Shape& theShape)
+                                                    const TopoDS_Shape& theShape)
 {
   return false;
 }