]> www.ginac.de Git - ginac.git/blobdiff - check/times.cpp
- collect_common_factors() works better with negative powers
[ginac.git] / check / times.cpp
index 7b6858be9828b033cfc3ad7e243eadd2c2a0643b..c5dcff70d5a48cc914909bf1ccf2f88f5ff79f4f 100644 (file)
@@ -3,7 +3,7 @@
  *  Main program that calls the individual timings. */
 
 /*
- *  GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -21,8 +21,6 @@
  */
 
 #include <stdexcept>
-#include <iostream>
-
 #include "times.h"
 
 int main()
@@ -59,6 +57,7 @@ try { \
        TIME(lw_Q)
        TIME(lw_Qprime)
        TIME(antipode)
+       TIME(fateman_expand)
        
        if (result) {
                cout << "Error: something went wrong. ";