ENH: make coeffs dictionaries optional for surfaceFeatureExtract

This commit is contained in:
Mark Olesen
2017-05-10 14:11:28 +02:00
parent 0e7630feca
commit 034ddfa78f
8 changed files with 46 additions and 51 deletions

View File

@ -1,11 +1,7 @@
EXE_INC = \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
LIB_LIBS = \
-lmeshTools \
-ledgeMesh \
-ltriSurface
-lmeshTools