Use only the Compact_container for storage

This commit is contained in:
Andreas Fabri 2003-09-19 12:38:22 +00:00
parent 6352de3b80
commit e2f643e191
1 changed files with 3 additions and 2 deletions

View File

@ -29,11 +29,12 @@
#include <cassert>
#include <iostream>
#include <CGAL/Random.h>
//#define CCC
#define CCC
//#define ISL_LIST
#if defined(CCC) || ! defined(ISL_LIST)
#include <CGAL/Compact_container.h>
#endif
namespace CGAL {