ENH: surfaceCheck: do self-intersection more efficiently

This commit is contained in:
mattijs
2013-06-21 12:34:25 +01:00
parent 2c0754d061
commit 9fc91675b3
2 changed files with 64 additions and 49 deletions

View File

@ -1,7 +1,9 @@
EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude
EXE_LIBS = \
-ltriSurface \
-lsurfMesh \
-lmeshTools