Version 2 (modified by 12 years ago) ( diff ) | ,
---|
FUNCTION ReadNode(NodeInfo Info, FuncParam Param)
Click here to view v174 source.
Reads in link information for the node attached to Info
, as well as Info
's grid data. Any child nodes are created via the CreateChild() function, and memory is allocated for any siblings. Note that the siblings do not automatically have their Node and NodeInfo data retrieved; that must be done separately.
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.