X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_N.cpp;h=f55d56bb6eea776e77ff95b146ca8332e2fb2e90;hp=d5539fe4da0ad92a586f356e7298c2c1706e8ab0;hb=ab021d2a352417bf01b01ce37fb351b4a73f735d;hpb=e7cc6a764ff67b5885d6633385fac23ccc1dc9a7 diff --git a/check/time_lw_N.cpp b/check/time_lw_N.cpp index d5539fe4..f55d56bb 100644 --- a/check/time_lw_N.cpp +++ b/check/time_lw_N.cpp @@ -5,7 +5,7 @@ * Fermat-test). */ /* - * 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 @@ -26,7 +26,7 @@ static const bool do_test = false; // set to true in order to run this beast -static unsigned test(void) +static unsigned test() { symbol p11("p11"), p12("p12"), p21("p21"), p22("p22"); symbol a12("a12"), a21("a21"), a22("a22"); @@ -52,7 +52,7 @@ static unsigned test(void) return 0; } -unsigned time_lw_N(void) +unsigned time_lw_N() { unsigned result = 0; unsigned count = 0; @@ -60,7 +60,7 @@ unsigned time_lw_N(void) double time = .0; cout << "timing Lewis-Wester test N (poly at rational fcns)" << flush; - clog << "-------Lewis-Wester test N (poly at rational fcns)" << endl; + clog << "-------Lewis-Wester test N (poly at rational fcns):" << endl; if (do_test) { tag_heuer.start();