search for: 1518a1519

Displaying 1 result from an estimated 1 matches for "1518a1519".

Did you mean: 1517,1519
2001 Nov 06
1
incorrect xlim error message in image() (PR#1160)
...) had been kindly helping me with figureing it out and he 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 (...