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