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

Comparing ray/src/util/glareval.c (file contents):
Revision 2.7 by schorsch, Thu Jun 26 00:58:11 2003 UTC vs.
Revision 2.8 by greg, Fri Jun 27 06:53:23 2003 UTC

# Line 411 | Line 411 | initscans()                            /* initialize scanline buffers */
411                  hashtab[i] = NULL;
412                                          /* allocate scanline buffers */
413          scansize = sizeof(SCAN) + pxsiz*sizeof(COLR);
414 < #ifdef ALIGN
415 <        scansize = scansize+(sizeof(ALIGN)-1) & ~(sizeof(ALIGN)-1);
414 > #ifdef ALIGNT
415 >        scansize = scansize+(sizeof(ALIGNT)-1) & ~(sizeof(ALIGNT)-1);
416   #endif
417          i = MAXSBUF / scansize;         /* compute number to allocate */
418          if (i > HSIZE)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines