From ded061ad26b38155e9136a0e7c01d9c0e81a36be Mon Sep 17 00:00:00 2001 From: cjamin Date: Wed, 6 Jul 2016 16:06:27 +0000 Subject: Doc fix git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1390 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2fe62f8ab51da843e434b942d5c00e31fdc36225 --- src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h b/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h index ca05af57..5a29b153 100644 --- a/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h +++ b/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h @@ -54,7 +54,7 @@ namespace spatial_searching { * and the incremental nearest neighbor query, where no number of neighbors is provided during the call, as the * neighbors will be computed incrementally when the iterator on the range is incremented. * - * \tparam K requires a model of the SearchTraits * concept, such as the CGAL::Epick_d class, which -- cgit v1.2.3