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

Comparing ray/src/rt/rcontrib.h (file contents):
Revision 2.2 by greg, Sun Jun 10 05:25:42 2012 UTC vs.
Revision 2.3 by greg, Tue Jun 12 17:20:44 2012 UTC

# Line 36 | Line 36 | extern int             account;        /* current accumulation count */
36   extern RNUMBER          raysleft;       /* number of rays left to trace */
37   extern long             waitflush;      /* how long until next flush */
38  
39 < extern int              lastray;        /* last ray number sent */
40 < extern int              lastdone;       /* last ray processed */
39 > extern RNUMBER          lastray;        /* last ray number sent */
40 > extern RNUMBER          lastdone;       /* last ray processed */
41  
42   typedef double          DCOLOR[3];      /* double-precision color */
43  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines