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