Version 2 (modified by 12 years ago) ( diff ) | ,
---|
INTEGER FUNCTION GetSiblingIndex(INTEGER SiblingIndex)
Click here to view v177 source.
Sets SiblingIndex
to the sibling index of the current Node (CurrentNode
) with respect to its parent and returns 0. Returns an error if there is a mismatch between the sibling index and the node's ChildNo
.
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.