Skip to content

Commit

Permalink
Add empty Octree_grade example
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Aug 18, 2020
1 parent 3df1c47 commit 5f316de
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Octree/doc/Octree/examples.txt
Expand Up @@ -6,4 +6,5 @@
\example Octree/Octree_traversal_manual.cpp
\example Octree/Octree_traversal_preorder.cpp
\example Octree/Octree_traversal_custom.cpp
\example Octree/Octree_grade.cpp
*/
1 change: 1 addition & 0 deletions Octree/examples/Octree/CMakeLists.txt
Expand Up @@ -14,6 +14,7 @@ if (CGAL_FOUND)
create_single_source_cgal_program("Octree_traversal_custom.cpp")
create_single_source_cgal_program("Octree_traversal_manual.cpp")
create_single_source_cgal_program("Octree_traversal_preorder.cpp")
create_single_source_cgal_program("Octree_grade.cpp")

else ()
message(WARNING
Expand Down
Empty file.
1 change: 0 additions & 1 deletion Octree/include/CGAL/Octree.h
Expand Up @@ -130,7 +130,6 @@ class Octree {

Point m_bbox_min; /* input bounding box min value */

// TODO: I might be able to imply the max depth in the length of this vector
std::vector<FT> m_side_per_depth; /* side length per node's depth */

public:
Expand Down

0 comments on commit 5f316de

Please sign in to comment.