From 44a59605530b1b2b7bdbab73fd26edf1bf3fa1c6 Mon Sep 17 00:00:00 2001 From: ageay Date: Thu, 22 Aug 2013 15:22:53 +0000 Subject: [PATCH] Unwarningization under Win. --- .../Geometric2D/InterpKernelGeo2DQuadraticPolygon.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DQuadraticPolygon.cxx b/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DQuadraticPolygon.cxx index 50012b966..2e262b730 100644 --- a/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DQuadraticPolygon.cxx +++ b/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DQuadraticPolygon.cxx @@ -1107,10 +1107,10 @@ void QuadraticPolygon::ComputeResidual(const QuadraticPolygon& pol1, const std:: std::vector& addCoordsQuadratic, std::vector& conn, std::vector& connI, std::vector& nb1, std::vector& nb2) { pol1.initLocations(); - for(std::set::const_iterator it=notUsedInPol1.begin();it!=notUsedInPol1.end();it++) - { (*it)->initLocs(); (*it)->declareOn(); } - for(std::set::const_iterator it=edgesInPol2OnBoundary.begin();it!=edgesInPol2OnBoundary.end();it++) - { (*it)->initLocs(); (*it)->declareIn(); } + for(std::set::const_iterator it9=notUsedInPol1.begin();it9!=notUsedInPol1.end();it9++) + { (*it9)->initLocs(); (*it9)->declareOn(); } + for(std::set::const_iterator itA=edgesInPol2OnBoundary.begin();itA!=edgesInPol2OnBoundary.end();itA++) + { (*itA)->initLocs(); (*itA)->declareIn(); } //// std::set notUsedInPol1L(notUsedInPol1); IteratorOnComposedEdge it(const_cast(&pol1)); -- 2.39.2