Salome HOME
Merge V9_dev branch into master
[plugins/ghs3dprlplugin.git] / src / gui / GHS3DPRLPluginGUI.cxx
index bb778500bfea9775c47fe4911f50092a963eea62..fba41d27c0d5a78ba827db4ae65e920ba9d47fac 100755 (executable)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -34,8 +34,9 @@ extern "C"
   GHS3DPRLPLUGINGUI_EXPORT SMESHGUI_GenericHypothesisCreator* GetHypothesisCreator( const QString& aHypType )
   {
     SMESHGUI_GenericHypothesisCreator* aCreator = NULL;
-    if( aHypType=="GHS3DPRL_Parameters" )
-      aCreator =  new GHS3DPRLPluginGUI_HypothesisCreator( aHypType );
+    if( aHypType=="GHS3DPRL_Parameters" ||
+        aHypType=="MG-Tetra Parallel Parameters")
+      aCreator =  new GHS3DPRLPluginGUI_HypothesisCreator( "MG-Tetra Parallel Parameters" );
     return aCreator;
   }
 }