regionModels: Refactored to remove the now redundant regionModel base class

This commit is contained in:
Henry Weller
2022-11-23 14:23:12 +00:00
parent 08307ddb0f
commit 052a4803f0
134 changed files with 328 additions and 724 deletions

View File

@ -2,13 +2,11 @@ EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/parallel/parallel/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I$(LIB_SRC)/regionModels/regionModel/lnInclude
-I$(LIB_SRC)/lagrangian/basic/lnInclude
EXE_LIBS = \
-lfiniteVolume \
-lmeshTools \
-lparallel \
-llagrangian \
-lregionModels \
-lgenericPatchFields