X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSelector%2FSelector_Modify.cpp;h=246e0cdeca59ad19233480aa70bef6a95854878e;hb=ab5d666a987372fad8eca4351fb4720e163db76a;hp=cb4dfd2b4b4e91d62f9a67d2fede75ef6ff6f51f;hpb=db390002625469614ed982fc53c4fcaffe142632;p=modules%2Fshaper.git diff --git a/src/Selector/Selector_Modify.cpp b/src/Selector/Selector_Modify.cpp index cb4dfd2b4..246e0cdec 100644 --- a/src/Selector/Selector_Modify.cpp +++ b/src/Selector/Selector_Modify.cpp @@ -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 @@ -12,10 +12,9 @@ // // 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 +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #include @@ -191,8 +190,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);