Salome HOME
Issue #2964: Coloring of a step field on a part
[modules/shaper.git] / src / Selector / Selector_Modify.cpp
index cb4dfd2b4b4e91d62f9a67d2fede75ef6ff6f51f..246e0cdeca59ad19233480aa70bef6a95854878e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 //
 // You should have received a copy of the GNU Lesser General Public
 // License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/ or
-// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #include <Selector_Modify.h>
@@ -191,8 +190,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);