STYLE: add some usage comments to some conversion utilities

STYLE: move polyDualMesh from conversion -> manipulation
This commit is contained in:
Mark Olesen
2010-05-18 14:41:53 +02:00
parent 3430e4eaae
commit 4712e131d9
9 changed files with 27 additions and 22 deletions

View File

@ -0,0 +1,10 @@
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude
EXE_LIBS = \
-lfiniteVolume \
-lgenericPatchFields \
-ldynamicMesh \
-lmeshTools