diff --git a/Convex_hull_d/demo/Convex_hull_d/chull_dd-runtime.cpp b/Convex_hull_d/demo/Convex_hull_d/chull_dd-runtime.cpp index afd10f543bb..d312a80fdda 100644 --- a/Convex_hull_d/demo/Convex_hull_d/chull_dd-runtime.cpp +++ b/Convex_hull_d/demo/Convex_hull_d/chull_dd-runtime.cpp @@ -29,7 +29,6 @@ #include - #ifdef CGAL_USE_GMP #include typedef CGAL::Homogeneous_d GKernel; @@ -229,9 +228,10 @@ if ( which & 16 ) { #ifdef CGAL_USE_LEDA #if defined(LEDA_NAMESPACE) - leda::print_statistics(); + std::cout << "leda::print_statistics() is missing in the free edition" << std::endl; +// leda::print_statistics(); #else - print_statistics(); +// print_statistics(); #endif #endif destroy(V,n);