COMP: relocate regionProperties to meshTools

This commit is contained in:
sergio
2019-09-20 14:06:30 -07:00
committed by Andrew Heather
parent 5447220e6f
commit e3b05494f7
12 changed files with 19 additions and 29 deletions

View File

@ -4,7 +4,6 @@ EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/regionModels/regionModel/lnInclude \
-I$(LIB_SRC)/parallel/decompose/decompose/lnInclude \
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude
@ -14,7 +13,6 @@ EXE_LIBS = \
-lmeshTools \
-llagrangian \
-ldynamicMesh \
-lregionModels \
-lgenericPatchFields \
-ldecompose \
-ldecompositionMethods \

View File

@ -4,8 +4,7 @@ EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/parallel/reconstruct/reconstruct/lnInclude \
-I$(LIB_SRC)/regionModels/regionModel/lnInclude
-I$(LIB_SRC)/parallel/reconstruct/reconstruct/lnInclude
EXE_LIBS = \
-lfiniteArea \
@ -14,5 +13,4 @@ EXE_LIBS = \
-llagrangian \
-lgenericPatchFields \
-ldynamicMesh \
-lreconstruct \
-lregionModels
-lreconstruct

View File

@ -5,7 +5,6 @@ EXE_INC = \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/mesh/snappyHexMesh/lnInclude \
-I$(LIB_SRC)/regionModels/regionModel/lnInclude \
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \
-I$(LIB_SRC)/parallel/decompose/decompose/lnInclude \
@ -15,7 +14,6 @@ EXE_LIBS = \
-llagrangian \
-ldynamicMesh \
-lsnappyHexMesh \
-lregionModels \
-lgenericPatchFields \
-ldecompose \
-ldecompositionMethods \