Version 2 (modified by 12 years ago) ( diff ) | ,
---|
SUBROUTINE KilliNode(Node aNode)
Click here to view v166 source.
kills a node and all its children through recursive calls. This subroutine also cleans up the forest structure after the deletion, adjusting counters and changing/nullifying links that have been affected by the deletion of one or more nodes.
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.