|
| subroutine | sort_int_1d_int32 (n, arr) |
| | Sorts the first n elements of the 1D integer array arr(:).
|
| subroutine | sort_int_1d_int64 (n, arr) |
| | Sorts the first n elements of the 1D integer array arr(:).
|
◆ sort_int_1d_int32()
| subroutine sort_gbl::sort_int_1d::sort_int_1d_int32 |
( |
integer(shortint) | n, |
|
|
integer(shortint), dimension(:), intent(inout) | arr ) |
Sorts the first n elements of the 1D integer array arr(:).
◆ sort_int_1d_int64()
| subroutine sort_gbl::sort_int_1d::sort_int_1d_int64 |
( |
integer(longint) | n, |
|
|
integer(longint), dimension(:), intent(inout) | arr ) |
Sorts the first n elements of the 1D integer array arr(:).
The documentation for this interface was generated from the following file:
- /scratch.ssd/codes/ukrmol-in-git/source/gbtolib/source/sort.f90