STYLE: renamed autoRefineMesh->snappyRefineMesh

This commit is contained in:
Andrew Heather
2016-06-27 19:32:13 +01:00
parent ae11551ed2
commit d13b2aac5d
4 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,4 @@
snappyRefineMesh.C
EXE = $(FOAM_APPBIN)/snappyRefineMesh

View File

@ -0,0 +1,11 @@
EXE_INC = \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude
EXE_LIBS = \
-ldynamicMesh \
-lmeshTools \
-ltriSurface \
-llagrangian