X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Fexam_color.cpp;h=4d26a1e4151fc3c7076f92c740502725e86f1f97;hp=558f654308e2f1887c590b1660fe48e6fbefda55;hb=07b3f605946a5f65ab8fdb146a6712e421eceaae;hpb=1f5afe37b4c079821de9810435fa9fa11e4ea17b diff --git a/check/exam_color.cpp b/check/exam_color.cpp index 558f6543..4d26a1e4 100644 --- a/check/exam_color.cpp +++ b/check/exam_color.cpp @@ -3,7 +3,7 @@ * Here we test GiNaC's color objects (su(3) Lie algebra). */ /* - * GiNaC Copyright (C) 1999-2003 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 @@ -44,7 +44,7 @@ static unsigned check_equal_simplify(const ex &e1, const ex &e2) return 0; } -static unsigned color_check1(void) +static unsigned color_check1() { // checks general identities and contractions of the structure constants @@ -78,7 +78,7 @@ static unsigned color_check1(void) return result; } -static unsigned color_check2(void) +static unsigned color_check2() { // checks general identities and contractions of the generators @@ -107,7 +107,7 @@ static unsigned color_check2(void) return result; } -static unsigned color_check3(void) +static unsigned color_check3() { // checks traces @@ -128,7 +128,7 @@ static unsigned color_check3(void) return result; } -unsigned exam_color(void) +unsigned exam_color() { unsigned result = 0;