Various routines to sort real/integer arrays
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4), | intent(in) | :: | g | |||
integer(kind=I4), | intent(in) | :: | d | |||
real(kind=R8), | intent(inout), | dimension(:) | :: | rtabref | ||
real(kind=R8), | intent(inout), | dimension(:) | :: | rtab1 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4), | intent(in) | :: | g | |||
integer(kind=I4), | intent(in) | :: | d | |||
real(kind=R8), | intent(inout), | dimension(:) | :: | rtabref | ||
real(kind=R8), | intent(inout), | dimension(:) | :: | rtab1 | ||
real(kind=R8), | intent(inout), | dimension(:) | :: | rtab2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4), | intent(in) | :: | g | |||
integer(kind=I4), | intent(in) | :: | d | |||
integer(kind=I4), | intent(inout), | dimension(:) | :: | itabref | ||
integer(kind=I4), | intent(inout), | dimension(:) | :: | itab1 | ||
real(kind=R8), | intent(inout), | dimension(:) | :: | rtab2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=I4), | intent(in) | :: | g | |||
integer(kind=I4), | intent(in) | :: | d | |||
integer(kind=I4), | intent(inout), | dimension(:) | :: | itabref | ||
real(kind=R8), | intent(inout), | dimension(:) | :: | rtab1 |