Skip to content

Commit

Permalink
#672: docs: clarify tree descendant node inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 22, 2020
1 parent f4cdf5e commit ae27569
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/vt/collective/tree/tree.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ struct Tree {

/**
* \internal \brief Get total number of descendants for a particular node in
* the tree
* the tree.
*
* The returned count does not include the node passed---only its descendants.
*
* \param[in] child the node
*
Expand Down

0 comments on commit ae27569

Please sign in to comment.