Skip to content
Snippets Groups Projects
Commit ad51fd2d authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corr com

parent 9e984423
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ public:
//! Returns a vector of children
virtual std::vector<const INode*> getChildren() const;
//! Returns a vector of all descendents
//! Returns a vector of all descendants
std::vector<const INode*> progeny() const;
virtual void setParent(const INode* newParent);
......
......@@ -27,7 +27,7 @@ class INode;
namespace NodeUtils {
//! Returns a vector of triples (descendent, depth, parent)
//! Returns a vector of triples (descendant, depth, parent)
std::vector<std::tuple<const INode*, int, const INode*>> progenyPlus(const INode* node,
int level = 0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment