which need this functionality. Solvers will now check the correctness of the BCs on read.
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/decompositionMethods/decompositionMethods/lnInclude \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lfiniteVolume \
|
|
-lgenericPatchFields \
|
|
-ldecompositionMethods \
|
|
-llagrangian \
|
|
-lmeshTools
|