X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESH%2FSMESH_Algo.hxx;h=8aeaf7bb67636f791f51f7a2ac0ab62f5aef2aeb;hb=12d0e1ecd279895b1ed9484e15309984d4f06ded;hp=0208934b862ade5b5c9d3c50e2a8d94435cea35c;hpb=3c53917e76b725efef5eb713a79d905140643774;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_Algo.hxx b/src/SMESH/SMESH_Algo.hxx index 0208934b8..8aeaf7bb6 100644 --- a/src/SMESH/SMESH_Algo.hxx +++ b/src/SMESH/SMESH_Algo.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2014 CEA/DEN, EDF R&D, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS @@ -6,7 +6,7 @@ // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -360,7 +360,7 @@ public: /*! * \brief Return true if an edge can be considered straight */ - static bool isStraight( const TopoDS_Edge & E, const bool degenResult=false ); + static bool IsStraight( const TopoDS_Edge & E, const bool degenResult=false ); /*! * \brief Return true if an edge has no 3D curve */