source: LMDZ5/trunk/libf/filtrez/mod_fft.F90 @ 1591

Last change on this file since 1591 was 986, checked in by Laurent Fairhead, 16 years ago

Inclusion du filtre FFT YM
LF

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
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.