summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-10-31 23:55:57 +0100
committerMarc Glisse <marc.glisse@inria.fr>2020-10-31 23:57:03 +0100
commite3492366b040a0cac046498cdb8c2ecddfd818a9 (patch)
treeb1100fabb216a2e14d06d31d7c354f06330ff88e /src
parent2bbba93e7f0837b42def9bed13a6fa790c0eabda (diff)
long line
Diffstat (limited to 'src')
-rw-r--r--src/Subsampling/include/gudhi/choose_n_farthest_points.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Subsampling/include/gudhi/choose_n_farthest_points.h b/src/Subsampling/include/gudhi/choose_n_farthest_points.h
index 561dcf3e..f22cb2d7 100644
--- a/src/Subsampling/include/gudhi/choose_n_farthest_points.h
+++ b/src/Subsampling/include/gudhi/choose_n_farthest_points.h
@@ -57,7 +57,8 @@ enum : std::size_t {
* @param[out] output_it The output iterator for points.
* @param[out] dist_it The optional output iterator for distances.
*
- * \warning Older versions of this function took a CGAL kernel as argument. Users need to replace `k` with `k.squared_distance_d_object()` in the first argument of every call to `choose_n_farthest_points`.
+ * \warning Older versions of this function took a CGAL kernel as argument. Users need to replace `k` with
+ * `k.squared_distance_d_object()` in the first argument of every call to `choose_n_farthest_points`.
*
*/
template < typename Distance,