diff --git a/Octree/include/CGAL/Octree.h b/Octree/include/CGAL/Octree.h index daaaa453687..1a57ff78c57 100644 --- a/Octree/include/CGAL/Octree.h +++ b/Octree/include/CGAL/Octree.h @@ -418,6 +418,10 @@ private: // functions : reassign_points(node, node.value().begin(), node.value().end(), center); } + void nearest_k_neighbours_recursive() { + + } + }; // end class Octree } // namespace Octree