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