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

Comparing ray/src/common/mesh.c (file contents):
Revision 2.19 by schorsch, Sun Mar 28 20:33:12 2004 UTC vs.
Revision 2.20 by greg, Tue May 25 22:04:13 2004 UTC

# Line 37 | Line 37 | static lut_hashf_t cvhash;
37   static unsigned long
38   cvhash(p)                               /* hash an encoded vertex */
39   //MCVERT        *cvp;
40 < void    *p;
40 > const void      *p;
41   {
42 <        MCVERT  *cvp = p;
42 >        const MCVERT    *cvp = (const MCVERT *)p;
43          unsigned long   hval;
44          
45          if (!(cvp->fl & MT_V))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines