source: trunk/libf/filtrez/mod_fft.F90 @ 1

Last change on this file since 1 was 1, checked in by emillour, 14 years ago

Import initial LMDZ5

File size: 184 bytes
Line 
1MODULE 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
13END MODULE mod_fft
Note: See TracBrowser for help on using the repository browser.