mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-26 14:08:40 -04:00
7 lines
82 B
Fortran
7 lines
82 B
Fortran
subroutine sort(n,arr)
|
|
|
|
call ssort(arr,tmp,n,1)
|
|
|
|
return
|
|
end subroutine sort
|