mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-16 04:10:32 +05:00
Fix bug 11950: Propagation of 1D hypothesis doesn't work.
This commit is contained in:
parent
1752749678
commit
2bb398967f
@ -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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user