From 5ced2647e3a2ce07042d0829017d0d12de9883a5 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Tue, 6 Jun 2000 19:24:05 +0000 Subject: [PATCH] - whoops, accidentally commented out gamma series test... --- check/times.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/check/times.cpp b/check/times.cpp index dd34f403..9542c84e 100644 --- a/check/times.cpp +++ b/check/times.cpp @@ -36,14 +36,12 @@ int main() ++result; } -#if 0 try { result += time_gammaseries(); } catch (const exception &e) { cout << "Error: caught exception " << e.what() << endl; ++result; } -#endif try { result += time_vandermonde(); -- 2.44.0