Skip to content

Commit

Permalink
Rename nearest neighbour test
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Jul 9, 2020
1 parent cb5920c commit 53a63a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Octree/test/Octree/CMakeLists.txt
Expand Up @@ -12,8 +12,7 @@ find_package(CGAL REQUIRED QUIET OPTIONAL_COMPONENTS Core)
create_single_source_cgal_program("test_octree_equality.cpp")
create_single_source_cgal_program("test_octree_refine.cpp")
create_single_source_cgal_program("test_octree_locate.cpp")

create_single_source_cgal_program("test_nearest_neighbor.cpp")
create_single_source_cgal_program("test_octree_nearest_neighbor.cpp")

create_single_source_cgal_program("test_node.cpp")
create_single_source_cgal_program("test_node_index.cpp")
Expand Down

0 comments on commit 53a63a9

Please sign in to comment.