corrected small syntax error
This commit is contained in:
parent
34d56548ad
commit
fcfc8d9402
|
@ -1857,8 +1857,8 @@ fi
|
|||
# user subroutine used
|
||||
#
|
||||
# add BLAS and FFTW options for linking
|
||||
BLAS="%BLAS"
|
||||
FFTW="%FFTW"
|
||||
BLAS="%BLAS%"
|
||||
FFTW="%FFTW%"
|
||||
|
||||
|
||||
if test "$user"
|
||||
|
|
Loading…
Reference in New Issue