From 7ec4d325adb02548c6668dc19af959b2dd19ae4b Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Thu, 7 Oct 1999 15:47:17 +0000 Subject: [PATCH] - Fix CGAL::. --- Packages/Interval_arithmetic/test/Interval_arithmetic/tst5.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Packages/Interval_arithmetic/test/Interval_arithmetic/tst5.C b/Packages/Interval_arithmetic/test/Interval_arithmetic/tst5.C index 6fba8a1b503..7239880aeba 100644 --- a/Packages/Interval_arithmetic/test/Interval_arithmetic/tst5.C +++ b/Packages/Interval_arithmetic/test/Interval_arithmetic/tst5.C @@ -32,7 +32,6 @@ #include #endif // CGAL_USE_LEDA -// #define CGAL_IA_NO_WARNINGS // #include // #include #include @@ -87,7 +86,7 @@ void bench() { const int loops = 1000000; int i; - Timer t; + CGAL::Timer t; double dt; Comparison_result result; NT px, py, la, lb, lc;