1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-04-21 18:59:00 -04:00
WSJT-X/qmap/libqmap/ftnquit.f90

9 lines
125 B
Fortran

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