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.1 by greg, Sat Jun 9 07:16:47 2012 UTC vs.
Revision 2.2 by greg, Sun Jun 10 05:25:42 2012 UTC

# Line 39 | Line 39 | extern long            waitflush;      /* how long until next flush *
39   extern int              lastray;        /* last ray number sent */
40   extern int              lastdone;       /* last ray processed */
41  
42 < typedef double  DCOLOR[3];              /* double-precision color */
42 > typedef double          DCOLOR[3];      /* double-precision color */
43  
44   /*
45   * The MODCONT structure is used to accumulate ray contributions
# Line 119 | Line 119 | extern int             getvec(FVECT vec);
119   extern int              in_rchild(void);
120   extern void             end_children(void);
121  
122 < extern void             zero_record(int ndx);
122 > extern void             put_zero_record(int ndx);
123   extern void             queue_modifiers(void);
124  
125   extern void             parental_loop(void);    /* controlling process */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines