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