X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_vandermonde.cpp;h=f878b0b886ddc398355b836d97e694852838e61e;hp=69f8934a44d66801f5839928c157d598123e7a0b;hb=1566be23d91ed1311bee2071bdae9ef93d0b7cf6;hpb=af922d5eb36ed70e4a9e3ffaf4c24492cf89a1a6 diff --git a/check/time_vandermonde.cpp b/check/time_vandermonde.cpp index 69f8934a..f878b0b8 100644 --- a/check/time_vandermonde.cpp +++ b/check/time_vandermonde.cpp @@ -7,7 +7,7 @@ */ /* - * GiNaC Copyright (C) 1999-2000 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2001 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 @@ -48,8 +48,8 @@ static unsigned vandermonde_det(unsigned size) // dirty consistency check of result: if (!vdet.subs(a==1).is_zero()) { clog << "Determaint of Vandermonde matrix " << endl - << "M==" << M << endl - << "was miscalculated: det(M)==" << vdet << endl; + << "M==" << M << endl + << "was miscalculated: det(M)==" << vdet << endl; ++result; }