X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_O.cpp;h=5ae917a5a066de1fdcfa9c7bcac8eef862223032;hp=254b39b025084d51ca0ea00bdc1c72c07e7e0f01;hb=5b44febe31956b36b62cd3650f7c5249bbe8100c;hpb=ea5d361d94e49ca3f3b73db8c9812ee519f0633f diff --git a/check/time_lw_O.cpp b/check/time_lw_O.cpp index 254b39b0..5ae917a5 100644 --- a/check/time_lw_O.cpp +++ b/check/time_lw_O.cpp @@ -148,7 +148,7 @@ unsigned time_lw_O() } else { cout << " failed "; } - cout << int(1000*(time/(3*count)))*0.001 << "s (average)" << endl; + cout << time/(3*count) << "s (average)" << endl; cout << "timing Lewis-Wester test O2 (Resultant)" << flush; clog << "-------Lewis-Wester test O2 (Resultant):" << endl; @@ -163,7 +163,7 @@ unsigned time_lw_O() } else { cout << " failed "; } - cout << int(1000*rolex.read())*0.001 << "s (combined)" << endl; + cout << rolex.read() << "s (combined)" << endl; } else { cout << " disabled" << endl; clog << "(no output)" << endl;