From: mpv Date: Fri, 14 Dec 2018 07:40:18 +0000 (+0300) Subject: Fix too long line X-Git-Tag: End2018~68 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5c1075cceeaf7e41459ef9f576fc2467348ddfae;p=modules%2Fshaper.git Fix too long line --- diff --git a/src/Selector/Selector_Modify.cpp b/src/Selector/Selector_Modify.cpp index cb4dfd2b4..99599ed63 100644 --- a/src/Selector/Selector_Modify.cpp +++ b/src/Selector/Selector_Modify.cpp @@ -191,8 +191,8 @@ bool Selector_Modify::select(NCollection_List& theMo } else if (aCommon.Extent() == 1) { return true; // simple modification } - if (useNeighbors()) { // optimization: for the current moment only in one case this method is called - // where this is not needed if neighbors option is disabled + if (useNeighbors()) { // optimization: for the current moment only in one case this method is + // called where this is not needed if neighbors option is disabled // weak naming between the common results Selector_NExplode aNexp(aCommon); myWeakIndex = aNexp.index(theValue);