]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fixed bug with displaying Creation Information for ShapeProcess function: wrong param...
authorvsr <vsr@opencascade.com>
Fri, 20 May 2016 12:03:01 +0000 (15:03 +0300)
committervsr <vsr@opencascade.com>
Fri, 20 May 2016 12:03:01 +0000 (15:03 +0300)
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 ) == '.' )
         {