]> www.ginac.de Git - ginac.git/blobdiff - check/time_lw_B.cpp
Added complex conjugation methods and GiNaC function "conjugate".
[ginac.git] / check / time_lw_B.cpp
index cb92efcc7a2096c8565b064532f8a61a349b7255..a2794dc64fe911640bbad7e55221c57ce88fa040 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "times.h"
 
-static unsigned test(void)
+static unsigned test()
 {
        numeric s;
        
@@ -37,7 +37,7 @@ static unsigned test(void)
        return 0;
 }
 
-unsigned time_lw_B(void)
+unsigned time_lw_B()
 {
        unsigned result = 0;
        unsigned count = 0;