From: jfa Date: Thu, 23 Mar 2006 09:43:52 +0000 (+0000) Subject: Fix bug 11950: Propagation of 1D hypothesis doesn't work. X-Git-Tag: T3_2_0b1_pre1~91 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2bb398967f2e1e3bc338034895348e0701048a95;p=modules%2Fsmesh.git Fix bug 11950: Propagation of 1D hypothesis doesn't work. --- diff --git a/src/StdMeshers/StdMeshers_Regular_1D.cxx b/src/StdMeshers/StdMeshers_Regular_1D.cxx index dc1ec9bb4..943724e33 100644 --- a/src/StdMeshers/StdMeshers_Regular_1D.cxx +++ b/src/StdMeshers/StdMeshers_Regular_1D.cxx @@ -705,7 +705,7 @@ StdMeshers_Regular_1D::GetUsedHypothesis(SMESH_Mesh & aMesh, { // Propagation of 1D hypothesis from on this edge; // get non-auxiliary assigned to _mainEdge - nbHyp = aMesh.GetHypotheses( _mainEdge, compatibleFilter, _usedHypList, false ); + nbHyp = aMesh.GetHypotheses( _mainEdge, compatibleFilter, _usedHypList, true ); } }