diff --git a/math/mathcore/src/TKDTree.cxx b/math/mathcore/src/TKDTree.cxx index 3474a04cf93d2..9e5e99e5a4490 100644 --- a/math/mathcore/src/TKDTree.cxx +++ b/math/mathcore/src/TKDTree.cxx @@ -741,9 +741,9 @@ void TKDTree::FindPoint(Value * point, Index &index, Int_t &iter){ //////////////////////////////////////////////////////////////////////////////// ///Find all points in the sphere of a given radius "range" around the given point -///1st argument - the point -///2nd argument - radius of the shere -///3rd argument - a vector, in which the results will be returned +/// \param point the point +/// \param range radius of the sphere +/// \param res a vector, in which the results will be returned template void TKDTree::FindInRange(Value * point, Value range, std::vector &res) @@ -793,13 +793,13 @@ void TKDTree::UpdateRange(Index inode, Value* point, Value range, } return; } - if (point[fAxis[inode]]<=fValue[inode]){ + if (point[fAxis[inode]]