atl_aux_module Module

Some auxilary routines.



Subroutines

public subroutine atl_banner(version_string)

Prominently let the user now, what he actually is running right now.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: version_string

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