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 elemental function nearlyEqual_real32(r1, r2) result(yes)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=REAL32),
intent(in)
::
r1
real(kind=REAL32),
intent(in)
::
r2
Return Value
logical
private elemental function nearlyEqual_real64(r1, r2) result(yes)