ENH: relocate triSurface classes into surfMesh library (issue #294)

- simplifies organization, includes, linkage etc.
This commit is contained in:
Mark Olesen
2017-05-18 10:42:05 +02:00
committed by Andrew Heather
parent abe6121311
commit 3814762785
103 changed files with 179 additions and 279 deletions

View File

@ -5,6 +5,4 @@ EXE_INC = \
EXE_LIBS = \
-lfiniteVolume \
-lpairPatchAgglomeration \
-ltriSurface \
-lmeshTools
-lpairPatchAgglomeration

View File

@ -1,12 +1,11 @@
EXE_INC = \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/parallel/distributed/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/parallel/distributed/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude
EXE_LIBS = \
-lfiniteVolume \
-lmeshTools \
-ltriSurface \
-ldistributed \
-lradiationModels