Version 2 (modified by 12 years ago) ( diff ) | ,
---|
RECURSIVE FUNCTION ForestTraversal(Node aNode, FUNCTION f, FUNCTION cond, FuncParam fparam, LOGICAL !EvalNextBefore_f)
Click here to view v174 source.
This function traverses aNode
and all its siblings, calling TreeTraversal() on each node. It is assumed that aNode
and its children are all root nodes, but ForestTraversal()
does not check for this.
INCLUDES:
None.
USES:
- nodeinfodef.f90 supplies the NodeInfo data structure and some functions that operate on it.
Note:
See TracWiki
for help on using the wiki.