From d68d79f7274ecc01ec539f74e04e9e4f940751ba Mon Sep 17 00:00:00 2001 From: skachano Date: Tue, 4 Oct 2016 09:07:21 +0000 Subject: Changed the second choose_n_farthest_points' incostistencies git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1614 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 285b607d598b0f50efd6d4f1f3d4e38dfc2d097a --- src/Subsampling/include/gudhi/choose_n_farthest_points.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Subsampling/include/gudhi/choose_n_farthest_points.h b/src/Subsampling/include/gudhi/choose_n_farthest_points.h index 8bfb38a4..d0f7377a 100644 --- a/src/Subsampling/include/gudhi/choose_n_farthest_points.h +++ b/src/Subsampling/include/gudhi/choose_n_farthest_points.h @@ -105,9 +105,9 @@ namespace subsampling { template < typename Kernel, typename Point_container, typename OutputIterator> - void choose_n_farthest_points( Kernel& k, + void choose_n_farthest_points( Kernel const& k, Point_container const &input_pts, - int final_size, + unsigned final_size, OutputIterator output_it) { // Choose randomly the first landmark -- cgit v1.2.3