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