Skip to content

Commit 1ac0140

Browse files
authored
Merge pull request #73 from eacfd/digitef-dev-2112
Digitef dev 2112
2 parents 02dedf4 + 4256182 commit 1ac0140

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/lib/Make/options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ LIB_LIBS = \
2929
-lmeshTools \
3030
-lforces \
3131
-lsurfMesh \
32-
-L$(fftw_root)/lib64 \
32+
-L$(fftw_root)/lib \
3333
-lfftw3

cfdBEM/app/surfaceNoise/Make/options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ EXE_LIBS = \
1111
-lsampling \
1212
-L$(FOAM_USER_LIBBIN) \
1313
-lAcoustics \
14-
-L$(fftw_root)/lib64 \
14+
-L$(fftw_root)/lib \
1515
-lfftw3

0 commit comments

Comments
 (0)