X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?a=blobdiff_plain;ds=inline;f=check%2Ftime_lw_M1.cpp;h=8c19017842441bfe7c995b7d55c755686d64319c;hb=7131108e7ed6563e0d004793c5b723a05f191536;hp=65ffe3b67ada81936dee21cb90355aca9a9ebb3e;hpb=a7ae41fc629a54ca7f2c360e8147faab58538760;p=ginac.git diff --git a/check/time_lw_M1.cpp b/check/time_lw_M1.cpp index 65ffe3b6..8c190178 100644 --- a/check/time_lw_M1.cpp +++ b/check/time_lw_M1.cpp @@ -4,7 +4,7 @@ * Lewis and Michael Wester. */ /* - * GiNaC Copyright (C) 1999-2002 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,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;