primitiveMeshCheck, polyMeshCheck: Moved to meshCheck library

This commit is contained in:
Henry Weller
2023-10-19 18:19:38 +01:00
parent fc6f887566
commit 096200c6b6
15 changed files with 18 additions and 12 deletions

View File

@ -1,9 +1,12 @@
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/meshCheck/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
EXE_LIBS = \
-lfiniteVolume \
-lgenericPatches \
-lmeshTools \
-lmeshCheck \
-ldynamicMesh