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

Comparing ray/src/rt/ray.h (file contents):
Revision 2.34 by greg, Sun Sep 26 15:51:15 2010 UTC vs.
Revision 2.35 by greg, Tue Oct 26 03:45:35 2010 UTC

# Line 76 | Line 76 | extern char  VersionID[];      /* Radiance version ID strin
76   extern CUBE     thescene;       /* our scene */
77   extern OBJECT   nsceneobjs;     /* number of objects in our scene */
78  
79 < extern unsigned long    raynum; /* next ray ID */
80 < extern unsigned long    nrays;  /* total rays traced so far */
79 > extern RNUMBER  raynum;         /* next ray ID */
80 > extern RNUMBER  nrays;          /* total rays traced so far */
81  
82   extern OBJREC  Lamb;            /* a Lambertian surface */
83   extern OBJREC  Aftplane;        /* aft clipping object */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines