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 13, 2020
1 parent 74a3492 commit b607e9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Octree/test/Octree/CMakeLists.txt
Expand Up @@ -12,7 +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_octree_nearest_neighbor.cpp")
create_single_source_cgal_program("test_octree_nearest_neighbour.cpp")

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

0 comments on commit b607e9b

Please sign in to comment.