From: mpa Date: Mon, 29 Jun 2015 14:26:34 +0000 (+0300) Subject: 0023067: [CEA 1478] Use long names (edited) X-Git-Tag: V7_7_0a1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f87d78b9241a670d4baf16dca9f5c85ffef10292;p=plugins%2Fghs3dplugin.git 0023067: [CEA 1478] Use long names (edited) --- diff --git a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx b/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx index 490172f..6dd1db9 100644 --- a/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx @@ -1595,7 +1595,7 @@ QString GHS3DPluginGUI_HypothesisCreator::storeParams() const QString valStr = ""; if ( !data.myBoundaryRecovery ) - valStr = " --components " + ( QString::number( data.myToMeshHoles ) ? "all" : "outside_components" ) ; + valStr = " --components " + data.myToMeshHoles ? "all" : "outside_components" ; if ( data.myOptimizationLevel >= 0 && data.myOptimizationLevel < 5 && !data.myBoundaryRecovery) { const char* level[] = { "none" , "light" , "standard" , "standard+" , "strong" };