Version 2 (modified by 12 years ago) ( diff ) | ,
---|
FUNCTION GetRootInfo(NodeInfo aNodeInfo)
Click here to view source.
This function sets aNodeInfo
to the NodeInfo structure of the current root node.
If the Root
pointer (defined in lib/treeops.f90) is currently pointing to a node, then set aNodeInfo
to point to Root%Info
and return err_OK
. If Root
is null, then return an err_UndefinedNode
error.
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.