genericPatches is linked into mesh generation and manipulation utilities but not solvers so that the solvers now check for the availability of the specified patch types. Bugs in the tutorials exposed by this check have been corrected.
14 lines
325 B
Plaintext
14 lines
325 B
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-Iextrude2DMesh/lnInclude \
|
|
-I$(LIB_SRC)/mesh/extrudeModel/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lsurfMesh \
|
|
-ldynamicMesh \
|
|
-lextrude2DMesh \
|
|
-lgenericPatches \
|
|
-lextrudeModel
|