mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-03 00:51:13 -04:00
25c039f672
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@36 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
5 lines
82 B
Fortran
5 lines
82 B
Fortran
subroutine sort(n,arr)
|
|
call ssort(arr,tmp,n,1)
|
|
return
|
|
end
|