From: abn Date: Thu, 17 Jan 2019 12:47:03 +0000 (+0100) Subject: Bug fix: BuildIntersectCells() should no try to merge points at all. Done before. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f1feaae9d09f42a28f58bf4c22aa08f372365c4c;p=tools%2Fmedcoupling.git Bug fix: BuildIntersectCells() should no try to merge points at all. Done before. --- diff --git a/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DEdge.cxx b/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DEdge.cxx index 0a2f41f67..d276a6296 100644 --- a/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DEdge.cxx +++ b/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DEdge.cxx @@ -1022,16 +1022,6 @@ void Edge::sortIdsAbs(const std::vector& addNodes, const for(std::vector< std::pair >::const_iterator it=an2.begin();it!=an2.end();it++) { int idd=(*mapp2.find((*it).second)).second; - if((*it).first1-QuadraticPlanarPrecision::getPrecision()) - { - endId=idd; - continue; - } tmpp.push_back(idd); } std::vector tmpp2(tmpp.size()+2);