Version 2 (modified by 12 years ago) ( diff ) | ,
---|
INTEGER FUNCTION GetLevel(INTEGER ThisLevel)
Click here to view v177 source.
Sets ThisLevel
input variable to the current level (CurrentLevel
) and returns 0. This function returns an error if CurrentLevel
does not equal CurrentNode%Level
(meaning that the currently-selected Node is not actually on the currently-selected level).
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.