Skip to content

Commit

Permalink
Move helper methods out of Walker namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Jul 31, 2020
1 parent c22ed35 commit 38883a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Octree/include/CGAL/Octree/Walker_criterion.h
Expand Up @@ -23,8 +23,6 @@ namespace CGAL {

namespace Octree {

namespace Walker {

template<class Point_index>
const Node::Node <Point_index> *next_sibling(const Node::Node <Point_index> *n) {

Expand Down Expand Up @@ -79,6 +77,7 @@ const Node::Node <Point_index> *deepest_first_child(const Node::Node <Point_inde
return first;
}

namespace Walker {

/*!
* \brief walker for preorder traversal
Expand Down

0 comments on commit 38883a0

Please sign in to comment.