From 8a2402b6bc7e34080e777de942fd0f1900444038 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 11 Sep 2007 13:31:46 +0000 Subject: [PATCH] PAL16892 (impossible to create Distribution of Layers hypothesis, for Radial Prism 3D algorithm) - myHypTypes = SMESH::GetAvailableHypotheses( false, 0 ); + myHypTypes = SMESH::GetAvailableHypotheses( false, 1 ); --- src/StdMeshersGUI/StdMeshersGUI_LayerDistributionParamWdg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) { -- 2.30.2