From a79e15a3581a26cd09fd22fe589ae9ee2315ea0b Mon Sep 17 00:00:00 2001 From: skachano Date: Tue, 20 Sep 2016 16:20:32 +0000 Subject: Changed the name of farthest point in intro doc git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1517 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 83ad658d6fa02e8a1524bf0f363c8bac522c9406 --- src/Subsampling/doc/Intro_subsampling.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Subsampling/doc/Intro_subsampling.h') diff --git a/src/Subsampling/doc/Intro_subsampling.h b/src/Subsampling/doc/Intro_subsampling.h index 06aee2fc..f8eb2fdd 100644 --- a/src/Subsampling/doc/Intro_subsampling.h +++ b/src/Subsampling/doc/Intro_subsampling.h @@ -46,12 +46,12 @@ namespace subsampling { * * \include Subsampling/example_sparsify_point_set.cpp * - * \section farthestpointexamples Example: choose_by_farthest_point + * \section farthestpointexamples Example: choose_n_farthest_points * * This example outputs a subset of 100 points obtained by González algorithm, * starting with a random point. * - * \include Subsampling/example_choose_by_farthest_point.cpp + * \include Subsampling/example_choose_n_farthest_points.cpp * * \section randompointexamples Example: pick_n_random_points * -- cgit v1.2.3