]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_P.cpp
* Reworked timing output and increased some timing sizes.
[ginac.git] / check / time_lw_P.cpp
index 52a430d85e50a4626ac7691b1cce850cbc4f4ac5..e0270d29d4ca20f4b52fbf16d306fc6536fb3056 100644 (file)
@@ -75,7 +75,7 @@ unsigned time_lw_P()
        } else {
                cout << " failed ";
        }
-       cout << int(1000*(time/count))*0.001 << 's' << endl;
+       cout << time/count << 's' << endl;
        
        return result;
 }