From: ageay Date: Thu, 9 Feb 2012 07:42:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V6_main_FINAL~876 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=80762ccf484ff5983fe7395fc30c7319312328e2;p=tools%2Fmedcoupling.git *** empty log message *** --- diff --git a/src/MEDCoupling/MEDCouplingUMesh.cxx b/src/MEDCoupling/MEDCouplingUMesh.cxx index 822c1140c..f569a7592 100644 --- a/src/MEDCoupling/MEDCouplingUMesh.cxx +++ b/src/MEDCoupling/MEDCouplingUMesh.cxx @@ -4864,7 +4864,7 @@ void MEDCouplingUMesh::BuildIntersecting2DCellsFromEdges(double eps, const MEDCo int offset2=offset1+m2->getNumberOfNodes(); m1->getBoundingBoxForBBTree(bbox1); m2->getBoundingBoxForBBTree(bbox2); - BBTree myTree(&bbox2[0],0,0,m2->getNumberOfCells(),-eps); + BBTree myTree(&bbox2[0],0,0,m2->getNumberOfCells(),eps); int ncell1=m1->getNumberOfCells(); crI.push_back(0); for(int i=0;i