From: ageay Date: Tue, 31 Jan 2012 09:21:56 +0000 (+0000) Subject: Bug correction. X-Git-Tag: V6_main_FINAL~894 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9e582682f7fa5e6e4fe4d2b94e3770aa19c53963;p=tools%2Fmedcoupling.git Bug correction. --- diff --git a/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DComposedEdge.cxx b/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DComposedEdge.cxx index 2ded60b4d..95405817d 100644 --- a/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DComposedEdge.cxx +++ b/src/INTERP_KERNEL/Geometric2D/InterpKernelGeo2DComposedEdge.cxx @@ -307,6 +307,8 @@ void ComposedEdge::applyGlobalSimilarity2(ComposedEdge *other, double xBary, dou (*iter)->applySimilarity(xBary,yBary,dimChar); for(std::list::iterator iter=_sub_edges.begin();iter!=_sub_edges.end();iter++) (*iter)->applySimilarity(xBary,yBary,dimChar); + for(std::list::iterator iter=other->_sub_edges.begin();iter!=other->_sub_edges.end();iter++) + (*iter)->applySimilarity(xBary,yBary,dimChar); } /*!