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

Comparing ray/src/rt/raycalls.c (file contents):
Revision 2.5 by greg, Mon Jun 30 18:19:53 2003 UTC vs.
Revision 2.6 by greg, Tue Aug 26 04:24:26 2003 UTC

# Line 116 | Line 116 | int    samplendx = 0;                  /* index for this sample */
116   void    (*trace)() = NULL;              /* trace call */
117  
118   extern void     ambnotify();
119 < void    (*addobjnotify[])() = {ambnotify, NULL};
119 > void    (*addobjnotify[8])() = {ambnotify, NULL};
120  
121   int     do_irrad = 0;                   /* compute irradiance? */
122  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines