From: ageay Date: Fri, 24 Sep 2010 10:04:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: V5_1_main_FINAL~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=675383634b1ce8f91d950c79f0bc0979eb4b13d4;p=tools%2Fmedcoupling.git *** empty log message *** --- 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();