mirror of https://github.com/CGAL/cgal
Undo accidental change
This commit is contained in:
parent
ced52508fd
commit
11f8ffd6a0
|
|
@ -1,4 +1,4 @@
|
||||||
#define CGAL_PROFILE
|
//#define CGAL_PROFILE
|
||||||
//#define CGAL_USE_SSE2_FABS
|
//#define CGAL_USE_SSE2_FABS
|
||||||
//#define CGAL_USE_SSE2_MAX
|
//#define CGAL_USE_SSE2_MAX
|
||||||
//#define CGAL_MSVC_USE_STD_FABS // use this one with precise
|
//#define CGAL_MSVC_USE_STD_FABS // use this one with precise
|
||||||
|
|
@ -35,7 +35,7 @@ int main(int argc, char* argv[])
|
||||||
Timer timer;
|
Timer timer;
|
||||||
timer.start();
|
timer.start();
|
||||||
size_t N = 0;
|
size_t N = 0;
|
||||||
for(int i = 0; i < 100; i++){
|
for(int i = 0; i < 1; i++){
|
||||||
DT dt;
|
DT dt;
|
||||||
dt.insert(points.begin(), points.end());
|
dt.insert(points.begin(), points.end());
|
||||||
N += dt.number_of_cells();
|
N += dt.number_of_cells();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue