]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_N.cpp
synced to 1.2 (typos, better ncmul::degree() and ::coeff())
[ginac.git] / check / time_lw_N.cpp
index 81d32b0496ddc52c1f9c9ef663331a6f7b46c3ae..20b6164777219b571bcdc2401d3b7b7b32aa439a 100644 (file)
@@ -5,7 +5,7 @@
  *  Fermat-test). */
 
 /*
- *  GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2004 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
@@ -26,7 +26,7 @@
 
 static const bool do_test = false;  // set to true in order to run this beast
 
-static unsigned test(void)
+static unsigned test()
 {
        symbol p11("p11"), p12("p12"), p21("p21"), p22("p22");
        symbol a12("a12"), a21("a21"), a22("a22");
@@ -52,7 +52,7 @@ static unsigned test(void)
        return 0;
 }
 
-unsigned time_lw_N(void)
+unsigned time_lw_N()
 {
        unsigned result = 0;
        unsigned count = 0;