ENH: createZeroFolder renamed to createZeroDirectory

This commit is contained in:
andy
2014-01-30 12:58:29 +00:00
parent 344f525755
commit dba326153b
11 changed files with 2 additions and 2 deletions

View File

@ -0,0 +1,7 @@
boundaryInfo.C
boundaryTemplates.C
caseInfo.C
solverTemplate.C
createZeroDirectory.C
EXE = $(FOAM_APPBIN)/createZeroDirectory

View File

@ -0,0 +1,12 @@
EXE_INC = \
-DFULLDEBUG -g -O0 \
-I$(LIB_SRC)/finiteVolume/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/regionModels/regionModel/lnInclude
EXE_LIBS = \
-lfiniteVolume \
-ldynamicMesh \
-lmeshTools \
-lregionModels