BUG: incorrect face order/orientation in boundBox (issue #196)

- was fortunately not used anywhere previously
This commit is contained in:
Mark Olesen
2016-07-28 07:00:33 +02:00
parent b8cf59e869
commit 2b5e73fbce
5 changed files with 105 additions and 49 deletions

View File

@ -0,0 +1,3 @@
Test-boundBox.C
EXE = $(FOAM_USER_APPBIN)/Test-boundBox

View File

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