Skip to content

Commit

Permalink
Make Child_list more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonCampolattaro committed Jul 31, 2020
1 parent 38883a0 commit ee7e197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Octree/include/CGAL/Octree/Node.h
Expand Up @@ -43,7 +43,7 @@ class Node {
/// @{

/*!
* \brief array for containing the children of this node
* \brief array for containing the child nodes of this node
*/
typedef std::array<Node<Point_index>, 8> Child_list;

Expand Down

0 comments on commit ee7e197

Please sign in to comment.