mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-06 17:24:03 -05:00
9 lines
157 B
Fortran
9 lines
157 B
Fortran
subroutine ftnquit
|
|
|
|
! Destroy the FFTW plans
|
|
call four2a(a,-1,1,1,1)
|
|
call filbig(id,-1,1,f0,newdat,nfsample,c4a,c4b,n4)
|
|
|
|
return
|
|
end subroutine ftnquit
|