Version 2 (modified by 12 years ago) ( diff ) | ,
---|
FUNCTION GetNrOfNodes(INTEGER i_level)
Click here to view source (not available yet).
Returns the number of nodes on level i_level
. This value can be 0, but the function will die if passed an i_level
value exceeding the MaxDepth
value for the given forest.
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.