]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_E.cpp
* Happy New Year(s)!
[ginac.git] / check / time_lw_E.cpp
index c2a6a8116df71e9537eddd2d1c93763655c6a2f7..c50cc297cb919b897e045efcb3d8b4d8a9f45824 100644 (file)
@@ -4,7 +4,7 @@
  *  Lewis and Michael Wester. */
 
 /*
- *  GiNaC Copyright (C) 1999-2005 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -65,7 +65,7 @@ unsigned time_lw_E()
        } else {
                cout << " failed ";
        }
-       cout << int(1000*(time/count))*0.001 << 's' << endl;
+       cout << time/count << 's' << endl;
        
        return result;
 }