Skip to content

Commit

Permalink
Add docstring for parameter of validateSubTree
Browse files Browse the repository at this point in the history
  • Loading branch information
MILeach committed Apr 10, 2022
1 parent 31426d3 commit 4a3190c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/flamegpu/model/DependencyGraph.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class DependencyGraph {
/**
* Check the subtree from a node is valid
* @param node the root of the subtree
* @param functionStack functions are already present in the tree
* @returns True if the subtree is valid
*/
bool validateSubTree(DependencyNode* node, std::vector<DependencyNode*>& functionStack) const;
Expand Down

0 comments on commit 4a3190c

Please sign in to comment.