summaryrefslogtreecommitdiff
path: root/src/Subsampling
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-20 16:20:32 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-09-20 16:20:32 +0000
commita79e15a3581a26cd09fd22fe589ae9ee2315ea0b (patch)
treeb102ae7b8004175b14a0f23f3c89a2aa5b1353e5 /src/Subsampling
parent6ad5ac6794ebc46638cd1f0862a553f40d2557d7 (diff)
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
Diffstat (limited to 'src/Subsampling')
-rw-r--r--src/Subsampling/doc/Intro_subsampling.h4
1 files changed, 2 insertions, 2 deletions
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&aacute;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
*