mirror of
https://github.com/pavel-demin/ft8d.git
synced 2025-03-31 00:28:28 -04:00
5 lines
86 B
Fortran
5 lines
86 B
Fortran
module FFTW3
|
|
use, intrinsic :: iso_c_binding
|
|
include 'fftw3.f03'
|
|
end module FFTW3
|