From 3b65f7e5667d70868cc62807f30e2298643d9582 Mon Sep 17 00:00:00 2001 From: ageay Date: Mon, 20 Oct 2008 10:27:08 +0000 Subject: [PATCH] *** empty log message *** --- src/INTERP_KERNEL/Geometric2D/Edge.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/INTERP_KERNEL/Geometric2D/Edge.cxx b/src/INTERP_KERNEL/Geometric2D/Edge.cxx index cb690f6c3..574e277cf 100644 --- a/src/INTERP_KERNEL/Geometric2D/Edge.cxx +++ b/src/INTERP_KERNEL/Geometric2D/Edge.cxx @@ -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; -- 2.39.2