Salome HOME
Option de production d'un champ contenant le parent de la maille
[modules/homard.git] / src / HOMARDGUI / MonCreateHypothesis.cxx
index 26b9bfd00eab5521eba9e0c36584d7f4554168a4..7ec1a47a202dcaa10f56d148015ff97a30f3dc5a 100644 (file)
@@ -77,6 +77,7 @@ MonCreateHypothesis::MonCreateHypothesis(MonCreateIteration* parent, bool modal,
       CBOutputLevel->setChecked(false);
       CBOutputQuality->setChecked(false);
       CBOutputDiameter->setChecked(false);
+//       CBOutputParent->setChecked(false);
       _ExtraOutput = 1 ;
 //
       adjustSize();
@@ -199,6 +200,7 @@ bool MonCreateHypothesis::PushOnApply()
     if (CBOutputLevel->isChecked())    { _ExtraOutput = 2 ; }
     if (CBOutputQuality->isChecked())  { _ExtraOutput = 3*_ExtraOutput ; }
     if (CBOutputDiameter->isChecked()) { _ExtraOutput = 5*_ExtraOutput ; }
+//     if (CBOutputParent->isChecked())   { _ExtraOutput = 7*_ExtraOutput ; }
     aHypothesis->SetExtraOutput(_ExtraOutput);
   }
 
@@ -911,6 +913,7 @@ void MonCreateHypothesis::SetAdvanced()
     CBOutputLevel->setChecked(false);
     CBOutputQuality->setChecked(false);
     CBOutputDiameter->setChecked(false);
+//     CBOutputParent->setChecked(false);
     _ExtraOutput = 1 ;
   }
 //