Some auxilary routines.
Prominently let the user now, what he actually is running right now.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | version_string |
Bubble sorting of array of real numbers of size n
Type | Intent | Optional | 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 |