WSJT-X/sort.f

5 lines
82 B
FortranFixed
Raw Normal View History

subroutine sort(n,arr)
call ssort(arr,tmp,n,1)
return
end