From: Richard Kreckel Date: Thu, 6 Sep 2001 19:31:49 +0000 (+0000) Subject: - replaced dumb consistency check by a rigorous one. X-Git-Tag: release_0-9-4~8 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=8e53ee0f894383674cbd1f7d22ad2ebe1d01fa0e - replaced dumb consistency check by a rigorous one. --- diff --git a/check/time_vandermonde.cpp b/check/time_vandermonde.cpp index f878b0b8..b190e218 100644 --- a/check/time_vandermonde.cpp +++ b/check/time_vandermonde.cpp @@ -30,29 +30,34 @@ static unsigned vandermonde_det(unsigned size) { unsigned result = 0; symbol a("a"); - + // construct Vandermonde matrix: matrix M(size,size); for (unsigned ro=0; ro