mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-04 16:31:17 -05: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
|