From 0d053554932eb46397eccda19d73c486b18d956f Mon Sep 17 00:00:00 2001 From: mpv Date: Wed, 13 Sep 2017 11:02:15 +0300 Subject: [PATCH] Minor changes: line was too long. --- src/Model/Model_SelectionNaming.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2