]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_Q.cpp
* Reworked timing output and increased some timing sizes.
[ginac.git] / check / time_lw_Q.cpp
index 2a0676930158b7bdc21fc20ec9023fc393e20d92..7fb54f919621a236869c741ee3735afae079a123 100644 (file)
@@ -79,7 +79,7 @@ unsigned time_lw_Q()
                } 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;