]> www.ginac.de Git - ginac.git/blobdiff - check/time_vandermonde.cpp
* Fixed bug in example
[ginac.git] / check / time_vandermonde.cpp
index 89afc76befa762abed4d1e75f4eb63b79f2824ea..17fa65bacc541acfe774745065858f5d1f78d129 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 /*
- *  GiNaC Copyright (C) 1999-2002 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
@@ -61,7 +61,7 @@ static unsigned vandermonde_det(unsigned size)
        return result;
 }
 
-unsigned time_vandermonde(void)
+unsigned time_vandermonde()
 {
        unsigned result = 0;