mirror of https://github.com/CGAL/cgal
default value for macro
This commit is contained in:
parent
6e90fc6cf7
commit
15c8067938
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue