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.20 by greg, Tue May 25 22:04:13 2004 UTC vs.
Revision 2.21 by greg, Sat May 1 21:49:42 2010 UTC

# Line 36 | Line 36 | static lut_hashf_t cvhash;
36  
37   static unsigned long
38   cvhash(p)                               /* hash an encoded vertex */
39 < //MCVERT        *cvp;
39 > /* MCVERT       *cvp; */
40   const void      *p;
41   {
42          const MCVERT    *cvp = (const MCVERT *)p;
# Line 55 | Line 55 | const void     *p;
55  
56   static int
57   cvcmp(vv1, vv2)                         /* compare encoded vertices */
58 < //register MCVERT       *v1, *v2;
58 > /* register MCVERT      *v1, *v2; */
59   const void      *vv1, *vv2;
60   {
61          const MCVERT    *v1 = vv1, *v2 = vv2;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines