ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/px/pfilt.c
(Generate patch)

Comparing ray/src/px/pfilt.c (file contents):
Revision 1.16 by greg, Thu Apr 18 14:35:21 1991 UTC vs.
Revision 1.17 by greg, Wed Jun 5 12:15:30 1991 UTC

# Line 403 | Line 403 | scan2init()                    /* prepare scanline arrays */
403  
404                  initmask();             /* initialize filter table */
405          }
406 <        barsize = 2 * yrad;
406 >        barsize = 2*yrad + 1;
407          scanin = (COLOR **)malloc(barsize*sizeof(COLOR *));
408          for (i = 0; i < barsize; i++) {
409                  scanin[i] = (COLOR *)malloc(xres*sizeof(COLOR));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines