]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
*** empty log message ***
authorageay <ageay>
Thu, 9 Feb 2012 07:42:55 +0000 (07:42 +0000)
committerageay <ageay>
Thu, 9 Feb 2012 07:42:55 +0000 (07:42 +0000)
src/MEDCoupling/MEDCouplingUMesh.cxx

index 822c1140c218998a787acab883ff43c5e236fdeb..f569a759294c037df1111ea0985cae916e4f01d5 100644 (file)
@@ -4864,7 +4864,7 @@ void MEDCouplingUMesh::BuildIntersecting2DCellsFromEdges(double eps, const MEDCo
   int offset2=offset1+m2->getNumberOfNodes();
   m1->getBoundingBoxForBBTree(bbox1);
   m2->getBoundingBoxForBBTree(bbox2);
-  BBTree<SPACEDIM,int> myTree(&bbox2[0],0,0,m2->getNumberOfCells(),-eps);
+  BBTree<SPACEDIM,int> myTree(&bbox2[0],0,0,m2->getNumberOfCells(),eps);
   int ncell1=m1->getNumberOfCells();
   crI.push_back(0);
   for(int i=0;i<ncell1;i++)