Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Where possible, edges connecting nodes are
given different colours to make them easier to distinguish in
large graphs.
Source Code
subroutine ESMF_IOClear(io)!! !ARGUMENTS:type(ESMF_IO)::io! ! !DESCRIPTION:! Clears the I/O queue of this {\tt ESMF\_IO} object.!! The arguments are:! \begin{description}! \item[io]! Clear the I/O queue of this {\tt ESMF\_IO} object.! \end{description}!!EOPI! invoke C to C++ entry pointcall c_ESMC_IOClear(io)end subroutine ESMF_IOClear