mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-03 16:01:18 -05:00
5 lines
82 B
FortranFixed
5 lines
82 B
FortranFixed
|
subroutine sort(n,arr)
|
||
|
call ssort(arr,tmp,n,1)
|
||
|
return
|
||
|
end
|