X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_IJKL.cpp;h=4d62fedfcc4d0771995636786864683c18ac6ee5;hp=3572d1f72ce7bd2b1916f04884497e2fd98261d5;hb=568524ae4543f305035f4c5b2ecdb4cf78514c33;hpb=da64e515abf7243bc4c84ca3631470931c4e6691 diff --git a/check/time_lw_IJKL.cpp b/check/time_lw_IJKL.cpp index 3572d1f7..4d62fedf 100644 --- a/check/time_lw_IJKL.cpp +++ b/check/time_lw_IJKL.cpp @@ -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; }