]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_M1.cpp
log(-<realnumber>) now returns a real number
[ginac.git] / check / time_lw_M1.cpp
index cfba9fce8219573c8964f4f71078bad706fa2623..8c19017842441bfe7c995b7d55c755686d64319c 100644 (file)
@@ -4,7 +4,7 @@
  *  Lewis and Michael Wester. */
 
 /*
- *  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
@@ -23,7 +23,7 @@
 
 #include "times.h"
 
-static unsigned test(void)
+static unsigned test()
 {
        // Determinant of a sparse matrix that comes up in graph theory:
        symbol x1("x1"), x2("x2"), x3("x3"), x4("x4"), x5("x5");
@@ -73,7 +73,7 @@ static unsigned test(void)
        return 0;
 }
 
-unsigned time_lw_M1(void)
+unsigned time_lw_M1()
 {
        unsigned result = 0;
        unsigned count = 0;