1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-04-05 19:08:38 -04:00
WSJT-X/qmap/libqmap/sort.f90

7 lines
82 B
Fortran

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