File tree 1 file changed +2
-2
lines changed
applications/legacy/multiphase/cavitationFoam/Make
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ EXE_INC = \
3
3
-I$(LIB_SRC)/physicalProperties/lnInclude \
4
4
-I$(LIB_SRC)/twoPhaseModels/VoF \
5
5
-I$(LIB_SRC)/twoPhaseModels/twoPhaseMixture/lnInclude \
6
- -I$(LIB_SRC)/thermophysicalModels/barotropicCompressibilityModel /lnInclude \
6
+ -IbarotropicCompressibilityModel /lnInclude \
7
7
-I$(LIB_SRC)/MomentumTransportModels/momentumTransportModels/lnInclude \
8
8
-I$(LIB_SRC)/MomentumTransportModels/incompressible/lnInclude \
9
9
-I$(LIB_SRC)/finiteVolume/lnInclude \
@@ -12,7 +12,7 @@ EXE_INC = \
12
12
EXE_LIBS = \
13
13
-lphysicalProperties \
14
14
-ltwoPhaseMixture \
15
- -lbarotropicCompressibilityModel \
15
+ -L$(FOAM_USER_LIBBIN) - lbarotropicCompressibilityModel \
16
16
-lmomentumTransportModels \
17
17
-lincompressibleMomentumTransportModels \
18
18
-lfiniteVolume \
You can’t perform that action at this time.
0 commit comments