]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fixed receiving of information created in "Shape Processing"
authorimn <imn@opencascade.com>
Tue, 27 Jan 2015 09:24:01 +0000 (12:24 +0300)
committerimn <imn@opencascade.com>
Tue, 27 Jan 2015 09:24:01 +0000 (12:24 +0300)
src/GEOMImpl/GEOMImpl_HealingDriver.cxx

index 51154eb638b116c43c4ae70a04c6a7b3169ade0f..13f026d801bf777479d0dc0fefead1e2d50123f6 100644 (file)
@@ -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 ) == '.' )
         {