Salome HOME
IMP23373: [CEA 1170] Optimization of a 3D mesh using MG-Tetra
[plugins/ghs3dplugin.git] / src / GUI / GHS3DPluginGUI.cxx
index dc0b27895e314b19f5c9fd8674ba63e20c0feb82..86ed21c49d498429790d20075f16ebb6a1a84187 100644 (file)
@@ -36,7 +36,8 @@ extern "C"
   {
     SMESHGUI_GenericHypothesisCreator* aCreator = NULL;
     if ( aHypType == "GHS3D_Parameters" ||
-         aHypType == "MG-Tetra Parameters" )
+         aHypType == "MG-Tetra Parameters" ||
+         aHypType == "MG-Tetra Optimization Parameters" )
       aCreator =  new GHS3DPluginGUI_HypothesisCreator( aHypType );
     return aCreator;
   }