]> www.ginac.de Git - ginac.git/blobdiff - check/times.cpp
added ex::const_iterator, ex::begin(), ex::end()
[ginac.git] / check / times.cpp
index ea9f74323b57a96da6c890187b388cbdca2b6448..e405403e9a4afea2ff375d8254de2a8b30738a91 100644 (file)
@@ -3,7 +3,7 @@
  *  Main program that calls the individual timings. */
 
 /*
- *  GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2003 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
@@ -57,6 +57,7 @@ try { \
        TIME(lw_Q)
        TIME(lw_Qprime)
        TIME(antipode)
+       TIME(fateman_expand)
        
        if (result) {
                cout << "Error: something went wrong. ";