From: mpv Date: Wed, 13 Sep 2017 08:02:15 +0000 (+0300) Subject: Minor changes: line was too long. X-Git-Tag: V_2.8.0~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0d053554932eb46397eccda19d73c486b18d956f;p=modules%2Fshaper.git Minor changes: line was too long. --- diff --git a/src/Model/Model_SelectionNaming.cpp b/src/Model/Model_SelectionNaming.cpp index 878059198..5dbe49d9e 100644 --- a/src/Model/Model_SelectionNaming.cpp +++ b/src/Model/Model_SelectionNaming.cpp @@ -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