Fix bug 11950: Propagation of 1D hypothesis doesn't work.

This commit is contained in:
jfa 2006-03-23 09:43:52 +00:00
parent 1752749678
commit 2bb398967f

View File

@ -705,7 +705,7 @@ StdMeshers_Regular_1D::GetUsedHypothesis(SMESH_Mesh & aMesh,
{
// Propagation of 1D hypothesis from <aMainEdge> on this edge;
// get non-auxiliary assigned to _mainEdge
nbHyp = aMesh.GetHypotheses( _mainEdge, compatibleFilter, _usedHypList, false );
nbHyp = aMesh.GetHypotheses( _mainEdge, compatibleFilter, _usedHypList, true );
}
}