From: imn Date: Mon, 22 Dec 2014 13:35:51 +0000 (+0300) Subject: Fixed receiving of information created in "Shape Processing" X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eda218c368cbbf316de1353203b673d392fb0a2b;p=modules%2Fgeom.git Fixed receiving of information created in "Shape Processing" --- diff --git a/src/GEOMImpl/GEOMImpl_HealingDriver.cxx b/src/GEOMImpl/GEOMImpl_HealingDriver.cxx index 51154eb63..13f026d80 100644 --- a/src/GEOMImpl/GEOMImpl_HealingDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_HealingDriver.cxx @@ -1017,7 +1017,7 @@ GetCreationInformation(std::string& theOperationName, AddParam( theParams, "Operation", op ); for ( int iP = aParams->Lower(), nbP = aParams->Upper(); iP <= nbP; ++iP ) { - const TCollection_ExtendedString& par = aParams->Value(i); + const TCollection_ExtendedString& par = aParams->Value(iP); TCollection_AsciiString parAscii( par ); if ( par.Search( op ) == 1 && parAscii.Value( op.Length() + 1 ) == '.' ) {