X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_vandermonde.cpp;h=17fa65bacc541acfe774745065858f5d1f78d129;hp=33ffd65f3b3ef6962c98de156f5610cef26b552f;hb=df27e9de2a3f09aa315d1fe9fb90a3e5a5751989;hpb=559c3bfd89b822b16708b23af1b0d9af17ededfe diff --git a/check/time_vandermonde.cpp b/check/time_vandermonde.cpp index 33ffd65f..17fa65ba 100644 --- a/check/time_vandermonde.cpp +++ b/check/time_vandermonde.cpp @@ -7,7 +7,7 @@ */ /* - * 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 @@ -61,7 +61,7 @@ static unsigned vandermonde_det(unsigned size) return result; } -unsigned time_vandermonde(void) +unsigned time_vandermonde() { unsigned result = 0;