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