From 0abe507bf26a2551120a88b12d60b7ca2a4fd212 Mon Sep 17 00:00:00 2001 From: ageay Date: Fri, 14 Dec 2012 14:17:52 +0000 Subject: [PATCH] Bug when several ouput polygons in residual of m1 inter m2. --- .../Geometric2D/InterpKernelGeo2DQuadraticPolygon.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DQuadraticPolygon.cxx b/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DQuadraticPolygon.cxx index cda93691c..143bef282 100644 --- a/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DQuadraticPolygon.cxx +++ b/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DQuadraticPolygon.cxx @@ -1228,7 +1228,6 @@ void QuadraticPolygon::ComputeResidual(const QuadraticPolygon& pol1, const std:: for(std::list::iterator it6=pol1ZipConsumed[*it1].begin();it6!=pol1ZipConsumed[*it1].end();it6++) delete *it6; delete *it1; - it1=retPolsUnderContruction.erase(it1); } } } -- 2.39.2