From: mpv Date: Tue, 13 Oct 2020 08:34:53 +0000 (+0300) Subject: Fixed too long line X-Git-Tag: V9_6_0b1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=05c54697df5d6968704e869a4a21102a0477121f;p=modules%2Fshaper.git Fixed too long line --- diff --git a/src/Model/Model_BodyBuilder.cpp b/src/Model/Model_BodyBuilder.cpp index 1a41196fc..17e0ceddf 100644 --- a/src/Model/Model_BodyBuilder.cpp +++ b/src/Model/Model_BodyBuilder.cpp @@ -714,8 +714,8 @@ void Model_BodyBuilder::loadGeneratedShapes(const GeomMakeShapePtr& theAlgo, bool anOldSubShapeNotInTree = !isShapeInTree(aData->shapeLab(), anAccess2, anOldSubShape_, anOriginalLabel); if (anOldSubShapeAlreadyProcessed || anOldSubShapeNotInTree) { - // The second condition is added due to #20170 because sub-shape must be added to real parent shape, - // not the reference. The naming name of pure reference is not registered in the document. + // The second condition is added due to #20170 because sub-shape must be added to real parent + // shape, not the reference. The naming name of pure reference is not registered in document. if (theSaveOldIfNotInTree && !aData->shapeLab().IsAttribute(TDF_Reference::GetID())) { std::string aSelectionName = theName + "Selected"; generated(anOldSubShape, aSelectionName, false);