Rationalize the autoMesh library: autoMesh -> snappyHexMesh

This commit is contained in:
Henry Weller
2016-03-01 16:01:42 +00:00
parent 3d295e9eff
commit eb5d349242
62 changed files with 77 additions and 82 deletions

View File

@ -1,7 +1,7 @@
EXE_INC = \
/* -g -DFULLDEBUG -O0 */ \
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
-I$(LIB_SRC)/mesh/autoMesh/lnInclude \
-I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
@ -18,4 +18,4 @@ EXE_LIBS = \
-lsurfMesh \
-lfileFormats \
-ldynamicMesh \
-lautoMesh
-lsnappyHexMesh