]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_Pprime.cpp
* Reworked timing output and increased some timing sizes.
[ginac.git] / check / time_lw_Pprime.cpp
index 62b2dafe4c21e211c93c3a2172f67771eaead829..9a5a04b016ae1f13185e80511099fb7ec8929ffe 100644 (file)
@@ -18,7 +18,7 @@
  *
  *  You should have received a copy of the GNU General Public License
  *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
 #include "times.h"
@@ -88,7 +88,7 @@ unsigned time_lw_Pprime()
        } else {
                cout << " failed ";
        }
-       cout << int(1000*(time/count))*0.001 << 's' << endl;
+       cout << time/count << 's' << endl;
        
        return result;
 }