File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
EXE_INC = \
2
2
-I$(LIB_SRC)/finiteVolume/lnInclude \
3
3
-I$(LIB_SRC)/meshTools/lnInclude \
4
- -I$(LIB_SRC)/physicalProperties/lnInclude \
5
- -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
6
- -I$(LIB_SRC)/ThermophysicalTransportModels/lnInclude \
7
- -I$(LIB_SRC)/physicalProperties/lnInclude \
8
- -I$(LIB_SRC)/MomentumTransportModels/momentumTransportModels/lnInclude \
9
4
-I$(LIB_SRC)/MomentumTransportModels/compressible/lnInclude \
10
5
-I$(LIB_SRC)/MomentumTransportModels/incompressible/lnInclude \
6
+ -I$(LIB_SRC)/MomentumTransportModels/momentumTransportModels/lnInclude \
7
+ -I$(LIB_SRC)/physicalProperties/lnInclude \
8
+ -I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
9
+ -I$(LIB_SRC)/ThermophysicalTransportModels/thermophysicalTransportModel/lnInclude \
11
10
-I$(LIB_SRC)/triSurface/lnInclude \
12
11
$(ADAPTER_PKG_CONFIG_CFLAGS) \
13
12
-I../ \
@@ -20,7 +19,7 @@ LIB_LIBS = \
20
19
-lmomentumTransportModels \
21
20
-lincompressibleMomentumTransportModels \
22
21
-lcompressibleMomentumTransportModels \
23
- -lthermophysicalTransportModels \
24
- -limmiscibleIncompressibleTwoPhaseMixture \
22
+ -lthermophysicalTransportModel \
23
+ -lfluidThermophysicalModels \
25
24
$(ADAPTER_PKG_CONFIG_LIBS) \
26
25
-lprecice
You can’t perform that action at this time.
0 commit comments