X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_gammaseries.cpp;h=afb78395163f4efab5bd8f8288e2ea746dc2eaca;hp=e5643d9c36391c0254d03fad8cf417361cc85719;hb=c77b5c8466b3d0a007146b435c4635ccf3fbf373;hpb=e7cc6a764ff67b5885d6633385fac23ccc1dc9a7 diff --git a/check/time_gammaseries.cpp b/check/time_gammaseries.cpp index e5643d9c..afb78395 100644 --- a/check/time_gammaseries.cpp +++ b/check/time_gammaseries.cpp @@ -3,7 +3,7 @@ * Some timings on series expansion of the Gamma function around a pole. */ /* - * 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 @@ -43,7 +43,7 @@ unsigned tgammaseries(unsigned order) return result; } -unsigned time_gammaseries(void) +unsigned time_gammaseries() { unsigned result = 0;