source:
LMDZ4/branches/LMDZ4V5.0-dev/libf/filtrez/mod_fft.F90
@
5295
Last change on this file since 5295 was 986, checked in by , 16 years ago | |
---|---|
|
|
File size: 184 bytes |
Line | |
---|---|
1 | MODULE mod_fft |
2 | |
3 | #ifdef FFT_MATHKEISAN |
4 | USE mod_fft_mathkeisan |
5 | #elif FFT_FFTW |
6 | USE mod_fft_fftw |
7 | #elif FFT_MKL |
8 | USE mod_fft_mkl |
9 | #else |
10 | USE mod_fft_wrapper |
11 | #endif |
12 | |
13 | END MODULE mod_fft |
Note: See TracBrowser
for help on using the repository browser.