]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Fri, 24 Sep 2010 10:04:21 +0000 (10:04 +0000)
committerageay <ageay>
Fri, 24 Sep 2010 10:04:21 +0000 (10:04 +0000)
src/MEDCoupling/MEDCouplingUMesh.cxx

index 0dcb0d870504751a0c7b08311ef4b86a460856b5..f3f8dc5e0c8f64d78d6549bd7da3ae3bb5381d33 100644 (file)
@@ -661,7 +661,7 @@ void MEDCouplingUMesh::findCommonCellsBase(int compType, std::vector<int>& res,
   double bb[2*SPACEDIM];
   double eps=getCaracteristicDimension();
   eps*=1.e-12;
-  BBTree<SPACEDIM,int> myTree(&bbox[0],0,0,nbOfCells,eps);
+  BBTree<SPACEDIM,int> myTree(&bbox[0],0,0,nbOfCells,-eps);
   const int *conn=getNodalConnectivity()->getConstPointer();
   const int *connI=getNodalConnectivityIndex()->getConstPointer();
   const double *coords=getCoords()->getConstPointer();