]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Reverting mistake - sorry Anthony :-)
authorbruneton <bruneton>
Tue, 17 Sep 2013 09:44:08 +0000 (09:44 +0000)
committerbruneton <bruneton>
Tue, 17 Sep 2013 09:44:08 +0000 (09:44 +0000)
src/MEDCoupling/MEDCouplingUMesh.cxx

index 8a76f4b780081209a8509b04b32e3ce8304e2969..bd2f9b5dc8d71f86b280c3c23e85254012d6519e 100644 (file)
@@ -8226,7 +8226,7 @@ MEDCouplingUMesh *MEDCouplingUMesh::Intersect2DMeshes(const MEDCouplingUMesh *m1
   MEDCouplingAutoRefCountObjectPtr<MEDCouplingUMesh> dd5(m1Desc),dd6(m2Desc);
   std::vector< std::vector<int> > intersectEdge2;
   BuildIntersectEdges(m1Desc,m2Desc,addCoo,subDiv2,intersectEdge2);
-  subDiv2.clear(); //dd5=0; dd6=0;
+  subDiv2.clear(); dd5=0; dd6=0;
   std::vector<int> cr,crI; //no DataArrayInt because interface with Geometric2D
   std::vector<int> cNb1,cNb2; //no DataArrayInt because interface with Geometric2D
   BuildIntersecting2DCellsFromEdges(eps,m1,desc1->getConstPointer(),descIndx1->getConstPointer(),intersectEdge1,colinear2,m2,desc2->getConstPointer(),descIndx2->getConstPointer(),intersectEdge2,addCoo,