summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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á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
*