From 80762ccf484ff5983fe7395fc30c7319312328e2 Mon Sep 17 00:00:00 2001 From: ageay Date: Thu, 9 Feb 2012 07:42:55 +0000 Subject: [PATCH] *** empty log message *** --- src/MEDCoupling/MEDCouplingUMesh.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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