ENH: relocate graph writers to meshTools (not reqd by core OpenFOAM lib)

GIT: relocate globalIndex (is independent of mesh)

STYLE: include label/scalar Fwd in contiguous.H

STYLE: unneed commSchedule include in GeometricField
This commit is contained in:
Mark Olesen
2022-02-11 10:14:38 +01:00
parent 58f76ccc5f
commit 42f426f6c4
25 changed files with 161 additions and 209 deletions

View File

@ -1,11 +1,15 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(FFTW_INC_DIR)
LIB_LIBS = \
-lfiniteVolume \
-lfileFormats \
-lmeshTools \
-lsurfMesh \
-lsampling \
-L$(FFTW_LIB_DIR) -lfftw3