Skip to content

Commit

Permalink
Add first test of adjacent
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Aug 13, 2020
1 parent b4f13d8 commit adf6b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Octree/test/Octree/test_node_adjacent.cpp
Expand Up @@ -39,7 +39,7 @@ int main(void) {
Octree octree(points, points.point_map());
octree.refine(10, 1);

std::cout << octree;
assert(nullptr == octree.root().adjacent(0));

return 0;
}

0 comments on commit adf6b74

Please sign in to comment.