From f4a89213f0a66b6aff58ab4a39d53e43592bde7f Mon Sep 17 00:00:00 2001 From: cjamin Date: Sat, 27 Aug 2016 08:03:05 +0000 Subject: 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 --- src/Spatial_searching/doc/Intro_spatial_searching.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Spatial_searching') 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 * CGAL dD spatial searching algorithms. - * 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 -- cgit v1.2.3