Fixing FSI tutorial
This commit is contained in:
parent
93a1f71285
commit
5a1253c518
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
c++WARN = -Wno-deprecated -Wall -Wextra -Wno-unused-parameter -Wnon-virtual-dtor -Wunused-local-typedefs -Werror -Wredundant-decls -Wcast-align -Wmissing-declarations -Wswitch-enum -Winvalid-pch -Wredundant-decls -Wformat=2 -Wmissing-format-attribute -Wformat-nonliteral
|
||||
|
||||
EXE_INC = -std=c++11 \
|
||||
-I../../../../src/fluidSolidInteraction/lnInclude \
|
||||
-I../../../../src/thirdParty/eigen \
|
||||
-I$(WM_PROJECT_DIR)/applications/solvers/FSI/fluidSolidInteraction/lnInclude \
|
||||
-I$(WM_THIRD_PARTY_DIR)/packages/eigen3 \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/finiteArea/lnInclude \
|
||||
-I$(LIB_SRC)/meshTools/lnInclude \
|
||||
|
|
Reference in a new issue