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.
Variables
Type
Visibility
Attributes
Name
Initial
integer(kind=int_index),
private
::
N
integer(kind=int32),
private,
dimension(:), pointer
::
buffer
integer(kind=int_index),
private
::
end
integer(kind=int_index),
private
::
i
integer(kind=int32),
private
::
item
integer(kind=int_index),
private
::
middle
integer(kind=int_index),
private
::
start
logical,
private
::
use_internal_buffer
Source Code
pure module subroutine int32_radix_sort(array,work,reverse)implicit noneinteger(kind=int32),dimension(:),intent(inout)::arrayinteger(kind=int32),dimension(:),intent(inout),target,optional::worklogical,intent(in),optional::reverseend subroutine int32_radix_sort