From e1d3b3db3b0530da1af27ca9aa3ee5ad469e26d0 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 11 Nov 2008 15:51:17 +0000 Subject: [PATCH] Comment call to leda::print_statistics function which is missing in the free edition --- Convex_hull_d/demo/Convex_hull_d/chull_dd-runtime.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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);