used double precision FFT for MSM support

This commit is contained in:
Axel Kohlmeyer
2013-01-14 06:18:19 -05:00
parent 5bcb632d29
commit bf7d884802
2 changed files with 4 additions and 4 deletions

View File

@ -50,9 +50,9 @@ MPI_LIB =
# PATH = path for FFT library
# LIB = name of FFT library
FFT_INC = -DFFT_FFTW3 -DFFT_SINGLE
FFT_INC = -DFFT_FFTW3
FFT_PATH =
FFT_LIB = -lfftw3f
FFT_LIB = -lfftw3
# JPEG library, OPTIONAL
# see discussion in doc/Section_start.html#2_2 (step 7)

View File

@ -48,9 +48,9 @@ MPI_LIB =
# PATH = path for FFT library
# LIB = name of FFT library
FFT_INC = -DFFT_FFTW3 -DFFT_SINGLE
FFT_INC = -DFFT_FFTW3
FFT_PATH =
FFT_LIB = -lfftw3f
FFT_LIB = -lfftw3
# JPEG library, OPTIONAL
# see discussion in doc/Section_start.html#2_2 (step 7)