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