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.
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
function ESMF_TraceGetProfileTypeInfo(type)! ! Return valueinteger::ESMF_TraceGetProfileTypeInfo! !ARGUMENTS: type(ESMF_PROFILETYPE),intent(in)::type!! !DESCRIPTION:! Get information about a particular type of profile!!EOPI!-------------------------------------------------------------------------------call c_esmftrace_getprofiletypeinfo(type,ESMF_TraceGetProfileTypeInfo)end function ESMF_TraceGetProfileTypeInfo