From e630157e531627e11fe5fd40fc3eabef3d31fcef Mon Sep 17 00:00:00 2001 From: mpa Date: Mon, 29 Jun 2015 17:26:34 +0300 Subject: [PATCH] 0023067: [CEA 1478] Use long names (edited) --- src/GUI/GHS3DPluginGUI_HypothesisCreator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }; -- 2.30.2