Version 2 (modified by 12 years ago) ( diff ) | ,
---|
SUBROUTINE PushForest()
Click here to view v171 source.
Saves the iterator for the current traversal (CurrentNode
) in the ForestStack
array so that a new traversal can begin. The saved iterator can be restored using the PopForest() function.
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.