Version 3 (modified by 12 years ago) ( diff ) | ,
---|
SUBROUTINE MapNodeInfoPtr(Node* aNode, NodeInfo* ni_Info)
Click here to view source (not available yet).
Sets ni_Info
to point to the NodeInfo structure pointed to by aNode%Info
. If aNode
is null
, then ni_Info
is also set to null
.
NOTE: This function is different from GetNodeInfo() in that it sets a pointer to point to something, rather than initializing a NodeInfo
structure.
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.