From: azv Date: Wed, 13 Mar 2019 18:42:22 +0000 (+0300) Subject: Misprint correction X-Git-Tag: V9_3_0b1~3^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1e9772da120c21e4e533e58f9ffb22144ed2f4b6;p=modules%2Fshaper.git Misprint correction --- diff --git a/src/ModelHighAPI/ModelHighAPI_Dumper.cpp b/src/ModelHighAPI/ModelHighAPI_Dumper.cpp index 2bf026285..2935ffb0f 100644 --- a/src/ModelHighAPI/ModelHighAPI_Dumper.cpp +++ b/src/ModelHighAPI/ModelHighAPI_Dumper.cpp @@ -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; } }