]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_N.cpp
some cleanups
[ginac.git] / check / time_lw_N.cpp
index 8b7d889c14e089549ace2765d3702e618c0d0b3a..b8d6a3a822d698b9edfb69afa1e09681b090cdef 100644 (file)
@@ -5,7 +5,7 @@
  *  Fermat-test). */
 
 /*
- *  GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2003 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
@@ -24,7 +24,7 @@
 
 #include "times.h"
 
-static const bool do_test = false;  // set to true in order to run this beast
+static const bool do_test = true;  // set to true in order to run this beast
 
 static unsigned test(void)
 {
@@ -60,7 +60,7 @@ unsigned time_lw_N(void)
        double time = .0;
        
        cout << "timing Lewis-Wester test N (poly at rational fcns)" << flush;
-       clog << "-------Lewis-Wester test N (poly at rational fcns)" << endl;
+       clog << "-------Lewis-Wester test N (poly at rational fcns):" << endl;
        
        if (do_test) {
                tag_heuer.start();