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