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

Comparing ray/src/px/warp3d.c (file contents):
Revision 3.9 by greg, Fri Sep 3 21:18:15 2010 UTC vs.
Revision 3.10 by greg, Fri Feb 18 00:40:25 2011 UTC

# Line 365 | Line 365 | free3dw(                       /* free WARP3D data */
365  
366   static unsigned long
367   gridhash(                       /* hash a grid point index */
368 <        const void      *gp
368 >        const char      *gp
369   )
370   {
371          return(((unsigned long)((const unsigned char*)gp)[0]<<GNBITS | ((const unsigned char*)gp)[1])<<GNBITS | ((const unsigned char*)gp)[2]);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines