]> www.ginac.de Git - ginac.git/blobdiff - check/exam_color.cpp
lst(0) now works as expected
[ginac.git] / check / exam_color.cpp
index 558f654308e2f1887c590b1660fe48e6fbefda55..cbc99462ef676765d8a2501da44830972871a2ab 100644 (file)
@@ -44,7 +44,7 @@ static unsigned check_equal_simplify(const ex &e1, const ex &e2)
        return 0;
 }
 
        return 0;
 }
 
-static unsigned color_check1(void)
+static unsigned color_check1()
 {
        // checks general identities and contractions of the structure constants
 
 {
        // checks general identities and contractions of the structure constants
 
@@ -78,7 +78,7 @@ static unsigned color_check1(void)
        return result;
 }
 
        return result;
 }
 
-static unsigned color_check2(void)
+static unsigned color_check2()
 {
        // checks general identities and contractions of the generators
 
 {
        // checks general identities and contractions of the generators
 
@@ -107,7 +107,7 @@ static unsigned color_check2(void)
        return result;
 }
 
        return result;
 }
 
-static unsigned color_check3(void)
+static unsigned color_check3()
 {
        // checks traces
 
 {
        // checks traces
 
@@ -128,7 +128,7 @@ static unsigned color_check3(void)
        return result;
 }
 
        return result;
 }
 
-unsigned exam_color(void)
+unsigned exam_color()
 {
        unsigned result = 0;
        
 {
        unsigned result = 0;