ENH: Add sphere overlap function to treeDataEdge and a test.

This commit is contained in:
laurence
2012-01-16 09:33:10 +00:00
parent 6a6986b4ce
commit cb308ce790
5 changed files with 150 additions and 0 deletions

View File

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