ft8d/fftw3mod.f90
2018-03-24 12:20:34 +01:00

5 lines
86 B
Fortran

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