]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_IJKL.cpp
* Clean up the output of all timings to stderr.
[ginac.git] / check / time_lw_IJKL.cpp
index 7db5863518ccec2e3272db4dcdcd01fd74a76edc..a36645486177f7181ee13a26a5316b97c14dcdcf 100644 (file)
@@ -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);