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