X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_OctreeNode.cxx;h=ed65a74b885e5aa26136102993180fae498547c9;hp=94e76ad77932c620bb26e0a96904a77e723e6d2c;hb=cb55604f37e3d2583272fd436bb6557b041948b5;hpb=89b15cd78e6f46c57f3134d21af59a1d43a5121b diff --git a/src/SMESHUtils/SMESH_OctreeNode.cxx b/src/SMESHUtils/SMESH_OctreeNode.cxx index 94e76ad77..ed65a74b8 100644 --- a/src/SMESHUtils/SMESH_OctreeNode.cxx +++ b/src/SMESHUtils/SMESH_OctreeNode.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2020 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 @@ -116,7 +116,7 @@ Bnd_B3d* SMESH_OctreeNode::buildRootBox() */ //==================================================================================== -const bool SMESH_OctreeNode::isInside ( const gp_XYZ& p, const double precision ) +bool SMESH_OctreeNode::isInside ( const gp_XYZ& p, const double precision ) { if ( precision <= 0.) return !( getBox()->IsOut(p) );