summaryrefslogtreecommitdiff
path: root/src/Spatial_searching
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-02 14:15:34 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-02 14:15:34 +0000
commite9173e5465ba9cb3562789cb7707c54ff75a0366 (patch)
tree13b52845d8e1b949d180a7f197ae15a5f7db9a6d /src/Spatial_searching
parent255061a7f2846cb7bf25032887e7d411bbd9476f (diff)
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
Diffstat (limited to 'src/Spatial_searching')
-rw-r--r--src/Spatial_searching/include/gudhi/Spatial_tree_data_structure.h2
1 files changed, 1 insertions, 1 deletions
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 <typename Point_indices_range>
Spatial_tree_data_structure(