Move helper methods out of Walker namespace

This commit is contained in:
Jackson Campolattaro 2020-07-31 11:50:30 -04:00
parent 0219e677c5
commit cdfa9b6e63
1 changed files with 1 additions and 2 deletions

View File

@ -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) {
@ -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