Salome HOME
Fix bug 11950: Propagation of 1D hypothesis doesn't work.
authorjfa <jfa@opencascade.com>
Thu, 23 Mar 2006 09:43:52 +0000 (09:43 +0000)
committerjfa <jfa@opencascade.com>
Thu, 23 Mar 2006 09:43:52 +0000 (09:43 +0000)
src/StdMeshers/StdMeshers_Regular_1D.cxx

index dc1ec9bb42064f558075805889cb3727060f847c..943724e337fa1db77d5ebdaba88280c96d80b68d 100644 (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 );
     }
   }