From e9173e5465ba9cb3562789cb7707c54ff75a0366 Mon Sep 17 00:00:00 2001 From: cjamin Date: Fri, 2 Sep 2016 14:15:34 +0000 Subject: Fix doc git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1476 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 5b3c3b464629ce121429374865144789d30febc6 --- src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Spatial_searching') 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 8fde5e14..538d4209 100644 --- a/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h +++ b/src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h @@ -115,7 +115,7 @@ public: /// \brief Constructor /// @param[in] points Const reference to the point container. This container /// is not copied, so it should not be destroyed or modified afterwards. - /// @param[in] Only_these_points Specifies the indices of the points that + /// @param[in] only_these_points Specifies the indices of the points that /// should be actually inserted into the tree. The other points are ignored. template Spatial_tree_data_structure( -- cgit v1.2.3