X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Ftime_lw_C.cpp;h=123d9ea3b20bad8db0f37104731d4c42ef845db4;hb=1d5c7c0b870130e3fcdcf0e2d96b19810e1a742c;hp=4a76cf0ea8eb8acca71facf4e67f617e548841b6;hpb=e7cc6a764ff67b5885d6633385fac23ccc1dc9a7;p=ginac.git diff --git a/check/time_lw_C.cpp b/check/time_lw_C.cpp index 4a76cf0e..123d9ea3 100644 --- a/check/time_lw_C.cpp +++ b/check/time_lw_C.cpp @@ -4,7 +4,7 @@ * Lewis and Michael Wester. */ /* - * GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2004 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 @@ -23,7 +23,7 @@ #include "times.h" -static unsigned test(void) +static unsigned test() { numeric x(13*17*31); numeric y(13*19*29); @@ -41,7 +41,7 @@ static unsigned test(void) return 0; } -unsigned time_lw_C(void) +unsigned time_lw_C() { unsigned result = 0; unsigned count = 0; @@ -49,7 +49,7 @@ unsigned time_lw_C(void) double time = .0; cout << "timing Lewis-Wester test C (gcd of big integers)" << flush; - clog << "-------Lewis-Wester test C (gcd of big integers)" << endl; + clog << "-------Lewis-Wester test C (gcd of big integers):" << endl; rolex.start(); // correct for very small times: