Skip to content

Commit

Permalink
Fix typo in octree node comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Jun 15, 2020
1 parent 9fd7aba commit f533170
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Octree/benchmark/Octree/results/2020-06-15.txt
@@ -1,4 +1,4 @@
Mon Jun 15 13:02:38 2020
Mon Jun 15 13:52:54 2020

Benchmark Configuration
~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion Octree/include/CGAL/Octree/Octree_node.h
Expand Up @@ -113,7 +113,7 @@ namespace CGAL {
private: // members :
Node *m_children; /* pointer the the 8 possible child nodes. Leaf if NULL */
Node *m_parent; /* pointer the the single parent node. Root if NULL */
IntPoint m_location; /* integer location of current node (x,y,z) on the current detph grid */
IntPoint m_location; /* integer location of current node (x,y,z) on the current depth grid */
uint8_t m_depth; /* current depth inside the octree */
IterList m_points; /* list of iterators of the input pwn contained in the node */

Expand Down

0 comments on commit f533170

Please sign in to comment.