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.
Module Procedures
private function MAPL_Range_REAL64(x0, x1, n, conversion_factor, rc) result(range)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=REAL64),
intent(in)
::
x0
real(kind=REAL64),
intent(in)
::
x1
integer,
intent(in)
::
n
real(kind=REAL64),
intent(in),
optional
::
conversion_factor
integer,
intent(out),
optional
::
rc
Return Value
real(kind=REAL64), allocatable, (:)
private function MAPL_Range_REAL32(x0, x1, n, conversion_factor, rc) result(range)