]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Bug when several ouput polygons in residual of m1 inter m2.
authorageay <ageay>
Fri, 14 Dec 2012 14:17:52 +0000 (14:17 +0000)
committerageay <ageay>
Fri, 14 Dec 2012 14:17:52 +0000 (14:17 +0000)
src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DQuadraticPolygon.cxx

index cda93691cd00f54f8465281824de5f1782661004..143bef282a3de961db1560515a0871fc6be91076 100644 (file)
@@ -1228,7 +1228,6 @@ void QuadraticPolygon::ComputeResidual(const QuadraticPolygon& pol1, const std::
           for(std::list<QuadraticPolygon *>::iterator it6=pol1ZipConsumed[*it1].begin();it6!=pol1ZipConsumed[*it1].end();it6++)
             delete *it6;
           delete *it1;
-          it1=retPolsUnderContruction.erase(it1);
         }
     }
 }