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.
Source Code
pure subroutine dcopy(n,dx,incx,dy,incy)import::wpimplicit noneinteger,intent(in)::nreal(wp),dimension(*),intent(in)::dxinteger,intent(in)::incxreal(wp),dimension(*),intent(out)::dyinteger,intent(in)::incyend subroutine dcopy