X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_F.cpp;h=8d8a893454b449dff993593242cd26aa033d9f69;hp=ad6be8b3ff74203b2562afea845e8475bc891352;hb=c1d7a9b3c1ccb0fe1485809ba739701a509270cf;hpb=da64e515abf7243bc4c84ca3631470931c4e6691 diff --git a/check/time_lw_F.cpp b/check/time_lw_F.cpp index ad6be8b3..8d8a8934 100644 --- a/check/time_lw_F.cpp +++ b/check/time_lw_F.cpp @@ -62,7 +62,7 @@ unsigned time_lw_F() } else { cout << " failed "; } - cout << int(1000*(time/count))*0.001 << 's' << endl; + cout << time/count << 's' << endl; return result; }