default value for macro

This commit is contained in:
Eric Berberich 2008-08-03 21:11:07 +00:00
parent 6e90fc6cf7
commit 15c8067938
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@
#define CGAL_ARR_CONSTRUCTION_SL_VISITOR_VERBOSE 0
#endif
#ifndef CGAL_NEW_FACE_SPLIT_STRATEGY
#define CGAL_NEW_FACE_SPLIT_STRATEGY 0
#endif
/*!
* Definition of the Arr_construction_sl_visitor class-template.
*/