ENH: Remove feature edges from curvature field.

This commit is contained in:
graham
2011-01-21 16:48:13 +00:00
parent 52bc7df7d7
commit 19b846354b
3 changed files with 18 additions and 5 deletions

View File

@ -1,12 +1,15 @@
EXE_FROUNDING_MATH = -frounding-math
EXE_NDEBUG = -DNDEBUG
USE_F2C = -DCGAL_USE_F2C
include $(GENERAL_RULES)/CGAL
EXE_INC = \
${EXE_FROUNDING_MATH} \
${EXE_NDEBUG} \
${USE_F2C} \
${CGAL_INC} \
-ICGALPolyhedron \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/edgeMesh/lnInclude \
-I$(LIB_SRC)/triSurface/lnInclude \