From: eap Date: Fri, 24 Dec 2010 11:47:57 +0000 (+0000) Subject: 0020832: EDF 1359 SMESH : Automatic meshing of boundary layers X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=52828a8c5ba3aaf68bba82e6ed1ab2acdb95aabf;p=modules%2Fsmesh.git 0020832: EDF 1359 SMESH : Automatic meshing of boundary layers - h->SetStretchFactor ( params[2].myValue.toInt() ); + h->SetStretchFactor ( params[2].myValue.toDouble() ); --- diff --git a/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx b/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx index 1cd4f9f94..562d1f737 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_StdHypothesisCreator.cxx @@ -675,7 +675,7 @@ QString StdMeshersGUI_StdHypothesisCreator::storeParams() const /* */ h->SetParameters(aVariablesList.join(":").toLatin1().constData()); h->SetNumberLayers ( params[1].myValue.toInt() ); /* */ h->SetParameters(aVariablesList.join(":").toLatin1().constData()); - h->SetStretchFactor ( params[2].myValue.toInt() ); + h->SetStretchFactor ( params[2].myValue.toDouble() ); /* */ h->SetParameters(aVariablesList.join(":").toLatin1().constData()); if ( StdMeshersGUI_SubShapeSelectorWdg* idsWg =