]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Minor changes: line was too long.
authormpv <mpv@opencascade.com>
Wed, 13 Sep 2017 08:02:15 +0000 (11:02 +0300)
committermpv <mpv@opencascade.com>
Wed, 13 Sep 2017 08:02:15 +0000 (11:02 +0300)
src/Model/Model_SelectionNaming.cpp

index 878059198e0dbfeecf6c29e1156603e17fc07764..5dbe49d9e27abe5e05f0c00b5e61790278819c8f 100644 (file)
@@ -269,7 +269,7 @@ std::string Model_SelectionNaming::namingName(ResultPtr& theContext,
           const TopTools_ListOfShape& anAncestors = aMap.FindFromKey(aSubShape);
           // check that it is not a trivial case (F1 & F2: aNumber = 1)
           isTrivialCase = isTrivial(anAncestors, aSMap);
-          if (!isTrivialCase) { // another try: check that getting of common shape can be done simply
+          if (!isTrivialCase) { // another try: check that common shape can be processed anyway
             isTrivialCase = !findCommonShape(TopAbs_EDGE, anAncestors).IsNull();
           }
         } else