Definition at line 82 of file sorting.f90.
subroutine sorting::shell_sort::shell_sort_dp |
( |
real(dp), dimension(:), intent(inout) |
A, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
subroutine sorting::shell_sort::shell_sort_intg |
( |
integer(intg), dimension(:), intent(inout) |
A, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |
subroutine sorting::shell_sort::shell_sort_sp |
( |
real(sp), dimension(:), intent(inout) |
A, |
|
|
integer(intg), intent(out) |
ERR, |
|
|
type(varying_string), intent(out) |
ERROR |
|
) |
| |
|
private |