X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_powerlaws.cpp;h=4936d70001cb6c3cdf6d24b7f03238e27fcf1b96;hp=b7f2815fdfdb96342d136e88155bf872673a83dc;hb=7131108e7ed6563e0d004793c5b723a05f191536;hpb=0cf43f3096cbcfc7472ff9c8927c6eb74f2eeb8c;ds=sidebyside diff --git a/check/exam_powerlaws.cpp b/check/exam_powerlaws.cpp index b7f2815f..4936d700 100644 --- a/check/exam_powerlaws.cpp +++ b/check/exam_powerlaws.cpp @@ -4,7 +4,7 @@ * this code, it is a sanity check rather deeply rooted in GiNaC's classes. */ /* - * 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 @@ -23,7 +23,7 @@ #include "exams.h" -static unsigned exam_powerlaws1(void) +static unsigned exam_powerlaws1() { // (x^a)^b = x^(a*b) @@ -100,7 +100,7 @@ static unsigned exam_powerlaws1(void) return 0; } -static unsigned exam_powerlaws2(void) +static unsigned exam_powerlaws2() { // (a*x)^b = a^b * x^b @@ -198,7 +198,7 @@ static unsigned exam_powerlaws2(void) return 0; } -static unsigned exam_powerlaws3(void) +static unsigned exam_powerlaws3() { // numeric evaluation @@ -237,7 +237,7 @@ static unsigned exam_powerlaws3(void) return 0; } -static unsigned exam_powerlaws4(void) +static unsigned exam_powerlaws4() { // test for mul::eval() @@ -262,7 +262,7 @@ static unsigned exam_powerlaws4(void) return 0; } -static unsigned exam_powerlaws5(void) +static unsigned exam_powerlaws5() { // cabinet of slightly pathological cases @@ -284,7 +284,7 @@ static unsigned exam_powerlaws5(void) return 0; } -unsigned exam_powerlaws(void) +unsigned exam_powerlaws() { unsigned result = 0;