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.
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.
Module Procedures
private pure elemental subroutine swap_int(i1, i2)
Swap two integer values.
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(inout)
::
i1
integer,
intent(inout)
::
i2
private pure elemental subroutine swap_real(i1, i2)