atl_bubbleSortArray Subroutine

public subroutine atl_bubbleSortArray(A, n)

Bubble sorting of array of real numbers of size n

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(inout) :: A(1:n)

The array to sort

integer, intent(in) :: n

The number of elements in array A