]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fixed too long line
authormpv <mpv@opencascade.com>
Tue, 13 Oct 2020 08:34:53 +0000 (11:34 +0300)
committermpv <mpv@opencascade.com>
Tue, 13 Oct 2020 08:34:53 +0000 (11:34 +0300)
src/Model/Model_BodyBuilder.cpp

index 1a41196fc8a96b198e3e3dcac79a30cac7d47661..17e0ceddf0e8872d8f08ffd3e1c1f59ae25da272 100644 (file)
@@ -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);