X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=inline;f=check%2Ftime_lw_M1.cpp;h=54494c8e9741f29ebc565f7dbcb8f5c34ae6d950;hb=68fdf425abf14d016d5f95ee7b9d06a19a3c5926;hp=033a335ec796dfdb230e1d086da835fdd67408bc;hpb=1f5afe37b4c079821de9810435fa9fa11e4ea17b;p=ginac.git diff --git a/check/time_lw_M1.cpp b/check/time_lw_M1.cpp index 033a335e..54494c8e 100644 --- a/check/time_lw_M1.cpp +++ b/check/time_lw_M1.cpp @@ -23,11 +23,11 @@ #include "times.h" -static unsigned test(void) +static unsigned test() { // Determinant of a sparse matrix that comes up in graph theory: symbol x1("x1"), x2("x2"), x3("x3"), x4("x4"), x5("x5"); - static ex w[26][11] = { + ex w[26][11] = { { 1, 1, 1, 7, x4, 12, x3, 17, x2, 22, x1}, { 2, 2, 1, 8, x4, 13, x3, 18, x2, 23, x1}, { 3, 3, 1, 9, x4, 14, x3, 19, x2, 24, x1}, @@ -73,7 +73,7 @@ static unsigned test(void) return 0; } -unsigned time_lw_M1(void) +unsigned time_lw_M1() { unsigned result = 0; unsigned count = 0;