]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Misprint correction
authorazv <azv@opencascade.com>
Wed, 13 Mar 2019 18:42:22 +0000 (21:42 +0300)
committerazv <azv@opencascade.com>
Wed, 13 Mar 2019 18:42:22 +0000 (21:42 +0300)
src/ModelHighAPI/ModelHighAPI_Dumper.cpp

index 2bf026285374353fb6ff8f1db825b5ab710f2415..2935ffb0f6b911abce66b766d8edded2ef185c74 100644 (file)
@@ -442,7 +442,7 @@ void ModelHighAPI_Dumper::DumpStorageWeak::write(const AttributeSelectionPtr& th
     int anIndex = aNExplode.index(aShape);
     if (anIndex != 0) { // found a week-naming index, so, export it
       myDumpBuffer << "model.selection(\"" << aShape->shapeTypeStr() << "\", \""
-                   << theAttrSelect->contextName(aContext) << "\", " << anIndex;
+                   << theAttrSelect->contextName(aContext) << "\", " << anIndex << ")";
       aStandardDump = false;
     }
   }