From: ageay Date: Mon, 20 Oct 2008 10:27:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3b65f7e5667d70868cc62807f30e2298643d9582;p=tools%2Fmedcoupling.git *** empty log message *** --- 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;