WSJT-X/lib/fftw3mod.f90
Joe Taylor 104f001590 More testing of FFTW performance...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4908 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-01-29 18:29:41 +00:00

5 lines
86 B
Fortran

module FFTW3
use, intrinsic :: iso_c_binding
include 'fftw3.f03'
end module FFTW3