1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-04-22 03:08:35 -04:00
WSJT-X/qmap/libqmap/ftnquit.f90

9 lines
125 B
Fortran
Raw Permalink Normal View History

subroutine ftnquit
! Destroy the FFTW plans
call four2a(a,-1,1,1,1)
call fftbig(id,-1)
return
end subroutine ftnquit