]> www.ginac.de Git - ginac.git/blobdiff - check/times.cpp
*sigh* when will we move the Makefile.in's out of CVS?
[ginac.git] / check / times.cpp
index 9542c84ed09376e51463f65921549d790aa00b03..dd34f403419e422a72209733f4c3e651841080b9 100644 (file)
@@ -36,12 +36,14 @@ 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();