X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_M2.cpp;h=7d5451b4e6ead6d8a1e1acd290b34d5b01c8b9b0;hp=9b35c9f28d0525030044a34489c3081514439440;hb=4405b29465293f3b6ab37745ff601f519b0256e2;hpb=049247b23983117bf96237b7b503300812cf92ef diff --git a/check/time_lw_M2.cpp b/check/time_lw_M2.cpp index 9b35c9f2..7d5451b4 100644 --- a/check/time_lw_M2.cpp +++ b/check/time_lw_M2.cpp @@ -4,7 +4,7 @@ * Lewis and Michael Wester. */ /* - * 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 @@ -25,7 +25,7 @@ static const bool do_test = false; // set to true in order to run this beast -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"); @@ -149,7 +149,7 @@ static unsigned test(void) return 0; } -unsigned time_lw_M2(void) +unsigned time_lw_M2() { unsigned result = 0; unsigned count = 0;