]> www.ginac.de Git - ginac.git/commitdiff
- whoops, accidentally commented out gamma series test...
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Tue, 6 Jun 2000 19:24:05 +0000 (19:24 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Tue, 6 Jun 2000 19:24:05 +0000 (19:24 +0000)
check/times.cpp

index dd34f403419e422a72209733f4c3e651841080b9..9542c84ed09376e51463f65921549d790aa00b03 100644 (file)
@@ -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();