Skip to content

Commit

Permalink
Print number of points when running nearest neighbour tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Jul 14, 2020
1 parent 18b3ecf commit 172187d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Octree/test/Octree/test_octree_nearest_neighbour.cpp
Expand Up @@ -24,6 +24,8 @@ typedef CGAL::Octree::Octree

void naive_vs_octree(std::size_t dataset_size) {

std::cout << "[ " << dataset_size << " points ]" << std::endl;

// Create a dataset
Point_set points;
CGAL::Random_points_in_cube_3<Point> generator;
Expand Down

0 comments on commit 172187d

Please sign in to comment.