mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-06 01:11:18 -05:00
280c8344cd
Preparation for merging with the wsjtx project repository.
7 lines
82 B
Fortran
7 lines
82 B
Fortran
subroutine sort(n,arr)
|
|
|
|
call ssort(arr,tmp,n,1)
|
|
|
|
return
|
|
end subroutine sort
|