From 0155280f82597a8e233c0ee9770f9a35627a1a33 Mon Sep 17 00:00:00 2001 From: ignis Date: Mon, 29 Jan 2018 23:22:30 +0900 Subject: [PATCH] libradiationModels.so not linked with turbulence related so files --- src/thermophysicalModels/radiation/Make/options | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/thermophysicalModels/radiation/Make/options b/src/thermophysicalModels/radiation/Make/options index 286ee3eb2..7157dd2a8 100644 --- a/src/thermophysicalModels/radiation/Make/options +++ b/src/thermophysicalModels/radiation/Make/options @@ -9,7 +9,6 @@ EXE_INC = \ -I$(LIB_SRC)/thermophysicalModels/properties/solidProperties/lnInclude \ -I$(LIB_SRC)/thermophysicalModels/properties/solidMixtureProperties/lnInclude \ -I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \ - -I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \ -I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \ -I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \ @@ -17,8 +16,6 @@ EXE_INC = \ LIB_LIBS = \ -lcompressibleTransportModels \ - -lturbulenceModels \ - -lcompressibleTurbulenceModels \ -lfluidThermophysicalModels \ -lspecie \ -lsolidThermo \ @@ -27,6 +24,5 @@ LIB_LIBS = \ -lliquidMixtureProperties \ -lsolidProperties \ -lliquidProperties \ - -lchemistryModel \ -lfiniteVolume \ -lmeshTools