Re: Gnumeric regression is wrong?
- From: Morten Welinder <terra diku dk>
- To: reubendb goshen edu
- Cc: aguelzow math concordia ab ca, gnumeric-list gnome org
- Subject: Re: Gnumeric regression is wrong?
- Date: 28 Sep 2001 15:40:50 -0000
Fixed in cvs.  For those of you keeping score, I broke it on 2001-02-20.
To test without cvs, in src/regression.c, function LUPDecomp, change the
loop that flips row to
        for (j = 0; j < n; j++) {               /*swap the two rows */
               gnum_float temp = LU[j][i];
               LU[j][i] = LU[j][mov];
               LU[j][mov] = temp;
        }
[Then it no longer matches, the comment.  *sigh*]
Morten
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]