Salome HOME
Fix too long line
authormpv <mpv@opencascade.com>
Fri, 14 Dec 2018 07:40:18 +0000 (10:40 +0300)
committermpv <mpv@opencascade.com>
Fri, 14 Dec 2018 07:40:18 +0000 (10:40 +0300)
src/Selector/Selector_Modify.cpp

index cb4dfd2b4b4e91d62f9a67d2fede75ef6ff6f51f..99599ed63189d9d59ee0ab75f9172ff387fcfee5 100644 (file)
@@ -191,8 +191,8 @@ bool Selector_Modify::select(NCollection_List<Handle(TNaming_NamedShape)>& 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);