]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_F.cpp
* Happy New Year(s)!
[ginac.git] / check / time_lw_F.cpp
index ad6be8b3ff74203b2562afea845e8475bc891352..31366f696b0f804595e513b0c74ed5d8c13b5e2a 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
@@ -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;
 }