summaryrefslogtreecommitdiff
path: root/src/Spatial_searching
diff options
context:
space:
mode:
authorcjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-27 08:03:05 +0000
committercjamin <cjamin@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-27 08:03:05 +0000
commitf4a89213f0a66b6aff58ab4a39d53e43592bde7f (patch)
tree54e0fd069ea7fd8c6e849f278c373cbaa961190d /src/Spatial_searching
parentf0977e3b6eadaaccba55e01b0c148c1b7493f3bd (diff)
Merge from trunk + minor fix in doc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1457 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 961641cb06e1d694f5e733b1677133e8fef25d22
Diffstat (limited to 'src/Spatial_searching')
-rw-r--r--src/Spatial_searching/doc/Intro_spatial_searching.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Spatial_searching/doc/Intro_spatial_searching.h b/src/Spatial_searching/doc/Intro_spatial_searching.h
index 20b262d9..2406c931 100644
--- a/src/Spatial_searching/doc/Intro_spatial_searching.h
+++ b/src/Spatial_searching/doc/Intro_spatial_searching.h
@@ -37,7 +37,7 @@ namespace spatial_searching {
*
* This Gudhi component is a wrapper around
* <a target="_blank" href="http://doc.cgal.org/latest/Spatial_searching/index.html">CGAL dD spatial searching algorithms</a>.
- * It provides a simplified API to perform (approximate) nearest neighbor searches. Contrary to CGAL default behavior, the tree
+ * It provides a simplified API to perform (approximate) neighbor searches. Contrary to CGAL default behavior, the tree
* does not store the points themselves, but stores indices.
*
* \section spatial_searching_examples Example