used double precision FFT for MSM support
This commit is contained in:
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user