src/atmosphericModels: Added sampling to options to avoid warnings from wmkdep
Resolves https://bugs.openfoam.org/view.php?id=3870
This commit is contained in:
@ -4,6 +4,7 @@ EXE_INC = \
|
||||
-I$(LIB_SRC)/physicalProperties/lnInclude \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
-I$(LIB_SRC)/sampling/lnInclude \
|
||||
-I$(LIB_SRC)/triSurface/lnInclude \
|
||||
-I$(LIB_SRC)/fvModels/lnInclude
|
||||
|
||||
@ -13,6 +14,7 @@ LIB_LIBS = \
|
||||
-lphysicalProperties \
|
||||
-lfiniteVolume \
|
||||
-lmeshTools \
|
||||
-lsampling \
|
||||
-ltriSurface \
|
||||
-lfvModels \
|
||||
-lfvConstraints
|
||||
|
||||
Reference in New Issue
Block a user