mirror of https://github.com/CGAL/cgal
Add sparsification to the benchmark
This commit is contained in:
parent
035f87a65f
commit
7bcf0e6e3b
|
|
@ -156,8 +156,8 @@ int main()
|
|||
|
||||
std::cerr << "Number of points before sparsification: "
|
||||
<< points.size() << std::endl;
|
||||
//points = sparsify_point_set(
|
||||
// k, points, FT(INPUT_SPARSITY)*FT(INPUT_SPARSITY));
|
||||
points = sparsify_point_set(
|
||||
k, points, FT(INPUT_SPARSITY)*FT(INPUT_SPARSITY));
|
||||
std::cerr << "Number of points after sparsification: "
|
||||
<< points.size() << std::endl;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue