]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_N.cpp
* Reworked timing output and increased some timing sizes.
[ginac.git] / check / time_lw_N.cpp
index 77e91a72283321c605b6e463f69587e2b056ecca..36f219d5b888fe1388fe88d34489bf5cec89b27b 100644 (file)
@@ -77,7 +77,7 @@ unsigned time_lw_N()
                } else {
                        cout << " failed ";
                }
-               cout << int(1000*(time/count))*0.001 << 's' << endl;
+               cout << time/count << 's' << endl;
        } else {
                cout << " disabled" << endl;
                clog << "(no output)" << endl;