Salome HOME
Fixed bug with displaying Creation Information for ShapeProcess function: wrong param...
[modules/geom.git] / src / GEOMImpl / GEOMImpl_HealingDriver.cxx
index 0ccbd4a928129579775a3b781c266e05c37ecf2e..1f0d1fc1ff2463efa77fc984ae2959088ad29d3f 100644 (file)
@@ -1048,7 +1048,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 ) == '.' )
         {