X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_IJKL.cpp;h=a36645486177f7181ee13a26a5316b97c14dcdcf;hp=7db5863518ccec2e3272db4dcdcd01fd74a76edc;hb=a7ae41fc629a54ca7f2c360e8147faab58538760;hpb=e7cc6a764ff67b5885d6633385fac23ccc1dc9a7;ds=sidebyside diff --git a/check/time_lw_IJKL.cpp b/check/time_lw_IJKL.cpp index 7db58635..a3664548 100644 --- a/check/time_lw_IJKL.cpp +++ b/check/time_lw_IJKL.cpp @@ -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);