summaryrefslogtreecommitdiff
path: root/src/Subsampling
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-04 09:07:21 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-10-04 09:07:21 +0000
commitd68d79f7274ecc01ec539f74e04e9e4f940751ba (patch)
treea836ca5c196808b19b31fcc75d2735aeb8df22ef /src/Subsampling
parentedf73bdb311f14187323a7df0a5815a60651526a (diff)
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
Diffstat (limited to 'src/Subsampling')
-rw-r--r--src/Subsampling/include/gudhi/choose_n_farthest_points.h4
1 files changed, 2 insertions, 2 deletions
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