X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_M1.cpp;h=cfba9fce8219573c8964f4f71078bad706fa2623;hp=122a579c88e58ad1111a8af2630bb6e2281be35c;hb=1d07d8ac9fb47c51aa19a84df6c8c5fee5dd5105;hpb=591b85b0697370f2f5f25a29a1e94ff831a02c12 diff --git a/check/time_lw_M1.cpp b/check/time_lw_M1.cpp index 122a579c..cfba9fce 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-2001 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2003 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 @@ -27,7 +27,7 @@ static unsigned test(void) { // 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}, @@ -81,7 +81,7 @@ unsigned time_lw_M1(void) double time = .0; cout << "timing Lewis-Wester test M1 (26x26 sparse, det)" << flush; - clog << "-------Lewis-Wester test M1 (26x26 sparse, det)" << endl; + clog << "-------Lewis-Wester test M1 (26x26 sparse, det):" << endl; rolex.start(); // correct for very small times: