COMP: sampling: moved sampledSet writers to fileFormats library

This commit is contained in:
mattijs
2012-11-16 13:11:17 +00:00
parent 46892c0a97
commit 3ac086402d
16 changed files with 34 additions and 54 deletions

View File

@ -3,7 +3,7 @@ EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/fileFormats/lnInclude \
-I$(LIB_SRC)/postProcessing/functionObjects/forces/lnInclude \
LIB_LIBS = \
@ -11,4 +11,5 @@ LIB_LIBS = \
-lmeshTools \
-ldynamicMesh \
-lfiniteVolume \
-lfileFormats
/*-lforces include in controlDict if needed */