X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_IJKL.cpp;h=cc8641773d08bc7a96a9f8227315f928115d030c;hp=4ba5f3ab577c41810d9600fffb095fac909a6774;hb=e2627379c98aeafae903cc2f04bdbdc9defa34f7;hpb=383d5eb3b0f0506810d9105a268f939125bfc347 diff --git a/check/time_lw_IJKL.cpp b/check/time_lw_IJKL.cpp index 4ba5f3ab..cc864177 100644 --- a/check/time_lw_IJKL.cpp +++ b/check/time_lw_IJKL.cpp @@ -4,7 +4,7 @@ * by Robert H. Lewis and Michael Wester. */ /* - * 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 @@ -32,7 +32,7 @@ static unsigned test(unsigned n) cout << "timing Lewis-Wester test " << name << " (invert rank " << n << " Hilbert)" << flush; clog << "-------Lewis-Wester test " << name - << " (invert rank " << n << " Hilbert)" << endl; + << " (invert rank " << n << " Hilbert):" << endl; // Create a rank n Hilbert matrix: matrix H(n,n); @@ -53,7 +53,7 @@ static unsigned test(unsigned n) cout << "timing Lewis-Wester test " << name << " (check rank " << n << " Hilbert)" << flush; clog << "-------Lewis-Wester test " << name - << " (check rank " << n << " Hilbert)" << endl; + << " (check rank " << n << " Hilbert):" << endl; cartier.reset(); matrix identity = H.mul(Hinv); @@ -79,7 +79,7 @@ static unsigned test(unsigned n) return result; } -unsigned time_lw_IJKL(void) +unsigned time_lw_IJKL() { unsigned result = 0;