]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_M2.cpp
* Reworked timing output and increased some timing sizes.
[ginac.git] / check / time_lw_M2.cpp
index aa1178a37015ab9247e239257ad34f9d8a2c3986..04218b726be5044926cb144a97665f39ff0221e5 100644 (file)
@@ -174,7 +174,7 @@ unsigned time_lw_M2()
                } 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;