X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2Ftime_lw_M1.cpp;h=122a579c88e58ad1111a8af2630bb6e2281be35c;hp=8848f42f3e802081a73bc54bb415e08cd48de149;hb=1566be23d91ed1311bee2071bdae9ef93d0b7cf6;hpb=af922d5eb36ed70e4a9e3ffaf4c24492cf89a1a6 diff --git a/check/time_lw_M1.cpp b/check/time_lw_M1.cpp index 8848f42f..122a579c 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-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 @@ -59,8 +59,8 @@ static unsigned test(void) for (unsigned r=0; r<26; ++r) { for (unsigned c=0; c<5; ++c) { m.set(r, - unsigned(ex_to_numeric(w[r][2*c+1]).to_int()-1), - w[r][2*c+2]); + unsigned(ex_to(w[r][2*c+1]).to_int()-1), + w[r][2*c+2]); } } ex det = m.determinant();