]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_IJKL.cpp
* Reworked timing output and increased some timing sizes.
[ginac.git] / check / time_lw_IJKL.cpp
index 3572d1f72ce7bd2b1916f04884497e2fd98261d5..4d62fedfcc4d0771995636786864683c18ac6ee5 100644 (file)
@@ -45,7 +45,7 @@ static unsigned test(unsigned n)
        Hinv = H.inverse();
        cout << ". passed ";
        clog << "(no output)" << endl;
-       cout << int(1000*cartier.read())*0.001 << 's' << endl;
+       cout << cartier.read() << 's' << endl;
        
        // check result:
        name = (n==40?'J':(n==70?'L':'?'));
@@ -75,7 +75,7 @@ static unsigned test(unsigned n)
                cout << ". failed ";
                ++result;
        }
-       cout << int(1000*cartier.read())*0.001 << 's' << endl;
+       cout << cartier.read() << 's' << endl;
        return result;
 }