5 lines
86 B
Fortran
5 lines
86 B
Fortran
|
module FFTW3
|
||
|
use, intrinsic :: iso_c_binding
|
||
|
include 'fftw3.f03'
|
||
|
end module FFTW3
|