From 675383634b1ce8f91d950c79f0bc0979eb4b13d4 Mon Sep 17 00:00:00 2001 From: ageay Date: Fri, 24 Sep 2010 10:04:21 +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 0dcb0d870..f3f8dc5e0 100644 --- a/src/MEDCoupling/MEDCouplingUMesh.cxx +++ b/src/MEDCoupling/MEDCouplingUMesh.cxx @@ -661,7 +661,7 @@ void MEDCouplingUMesh::findCommonCellsBase(int compType, std::vector& res, double bb[2*SPACEDIM]; double eps=getCaracteristicDimension(); eps*=1.e-12; - BBTree myTree(&bbox[0],0,0,nbOfCells,eps); + BBTree myTree(&bbox[0],0,0,nbOfCells,-eps); const int *conn=getNodalConnectivity()->getConstPointer(); const int *connI=getNodalConnectivityIndex()->getConstPointer(); const double *coords=getCoords()->getConstPointer(); -- 2.39.2