X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=check%2Ftime_gammaseries.cpp;h=dd049762c99639f4c308354666c3331ab754dc01;hb=7e8f4f43bc25f9231680c128c8e38612b0dbdc88;hp=15744526b1aa2064df7f5e1387c93aad89fe8fb1;hpb=6d231b596b31700123a34f71e97fca8d370fef6f;p=ginac.git diff --git a/check/time_gammaseries.cpp b/check/time_gammaseries.cpp index 15744526..dd049762 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-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2005 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 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "times.h" @@ -43,7 +43,7 @@ unsigned tgammaseries(unsigned order) return result; } -unsigned time_gammaseries(void) +unsigned time_gammaseries() { unsigned result = 0;