search for: 1519a1521

Displaying 1 result from an estimated 1 matches for "1519a1521".

Did you mean: 1191521
2001 Nov 06
1
incorrect xlim error message in image() (PR#1160)
...sugegstedd that it's a bug and sent me the following email: _____________________ For giggles, I tweaked plot3d.c to track where the error occured. The diff output is: !!!THIS PATCH IS A BUG TRACE, NOT A BUG FIX!!! --PATCH BEGINS -- 1518a1519 > fprintf(stderr,"test 1\n"); 1519a1521 > fprintf(stderr,"test 2\n"); 1520a1523 > fprintf(stderr,"test 3\n"); 1522,1524c1525,1542 < for (i = 1; i < nx; i++) < if (!R_FINITE(x[i]) || x[i] <= x[i - 1]) goto badxy; < for (j = 1; j < ny; j++) --- > fprintf(stderr,"...