From: eap Date: Tue, 11 Sep 2007 13:33:17 +0000 (+0000) Subject: PAL16892 (impossible to create Distribution of Layers hypothesis, for Radial Prism... X-Git-Tag: V4_1_0a1~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a78f064b8ce7c5a3ef1591454deb9ffc11a88985;p=modules%2Fsmesh.git PAL16892 (impossible to create Distribution of Layers hypothesis, for Radial Prism 3D algorithm) - myHypTypes = SMESH::GetAvailableHypotheses( false, 0 ); + myHypTypes = SMESH::GetAvailableHypotheses( false, 1 ); --- diff --git a/src/StdMeshersGUI/StdMeshersGUI_LayerDistributionParamWdg.cxx b/src/StdMeshersGUI/StdMeshersGUI_LayerDistributionParamWdg.cxx index ed77aaf61..6b66fa066 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_LayerDistributionParamWdg.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_LayerDistributionParamWdg.cxx @@ -121,7 +121,7 @@ void StdMeshersGUI_LayerDistributionParamWdg::init() // Add to pop-up hypotheses of "Regular_1D" algo myHypTypePopup->clear(); HypothesisData* algoData = SMESH::GetHypothesisData( "Regular_1D" ); - myHypTypes = SMESH::GetAvailableHypotheses( false, 0 ); + myHypTypes = SMESH::GetAvailableHypotheses( false, 1 ); QStringList::const_iterator anIter = myHypTypes.begin(); for ( ; anIter != myHypTypes.end(); ++anIter ) {