heapsortInt32Int32 Subroutine

public pure subroutine heapsortInt32Int32(n, array, val)

Arguments

Type IntentOptional Attributes Name
integer(kind=int32), intent(in) :: n
integer(kind=int32), intent(inout) :: array(1:n)
integer(kind=int32), intent(inout) :: val(1:n)