]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Mon, 20 Oct 2008 10:27:08 +0000 (10:27 +0000)
committerageay <ageay>
Mon, 20 Oct 2008 10:27:08 +0000 (10:27 +0000)
src/INTERP_KERNEL/Geometric2D/Edge.cxx

index cb690f6c311c081ef435a8b5e2d7583cd28660e8..574e277cf5da97defefeaaa94ea77801974d69da 100644 (file)
@@ -553,7 +553,7 @@ bool Edge::intersectWith(const Edge *other, MergePoints& commonNode,
                          ComposedEdge& outVal1, ComposedEdge& outVal2) const
 {
   bool ret=true;
-  Bounds *merge=_bounds.amIIntersectingWith(other->getBounds());//nearlyAmIIntersectingWith(other->getBounds()); tony
+  Bounds *merge=_bounds.nearlyAmIIntersectingWith(other->getBounds());
   if(!merge)
     return false;
   delete merge;