X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftimes.cpp;h=9ada2bf6e3ae4421b24fd0de6700fa77cdfe948c;hp=7b6858be9828b033cfc3ad7e243eadd2c2a0643b;hb=bc2fc50f5953d8d086c505febd837fc77f3cd61d;hpb=15c7209ed2f914cd3a40490c0e80e34307b1fead diff --git a/check/times.cpp b/check/times.cpp index 7b6858be..9ada2bf6 100644 --- a/check/times.cpp +++ b/check/times.cpp @@ -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-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 @@ -21,8 +21,6 @@ */ #include -#include - #include "times.h" int main() @@ -41,6 +39,7 @@ try { \ TIME(gammaseries) TIME(vandermonde) TIME(toeplitz) + TIME(hashmap) TIME(lw_A) TIME(lw_B) TIME(lw_C) @@ -59,6 +58,7 @@ try { \ TIME(lw_Q) TIME(lw_Qprime) TIME(antipode) + TIME(fateman_expand) if (result) { cout << "Error: something went wrong. ";