diff --git a/vcg/space/index/kdtree/kdtree.h b/vcg/space/index/kdtree/kdtree.h index f3af114c..1aef91cd 100755 --- a/vcg/space/index/kdtree/kdtree.h +++ b/vcg/space/index/kdtree/kdtree.h @@ -165,7 +165,7 @@ void KdTree::setMaxNofNeighbors(unsigned int k) * a simple stack is by far much faster. * * The result of the query, the k-nearest neighbors, are internally stored into a stack, where the - * topmost element + * topmost element [0] is NOT the nearest but the farthest!! (they are not sorted but arranged into a heap) */ template void KdTree::doQueryK(const VectorType& queryPoint)