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

Comparing ray/src/rt/rcmain.c (file contents):
Revision 2.3 by greg, Mon Jun 11 05:07:55 2012 UTC vs.
Revision 2.5 by greg, Thu Jun 21 17:14:32 2012 UTC

# Line 9 | Line 9 | static const char      RCSid[] = "$Id$";
9  
10   #include <signal.h>
11   #include "rcontrib.h"
12 #include "platform.h"
13 #include "paths.h"
12   #include "source.h"
13   #include "ambient.h"
14  
# Line 44 | Line 42 | int    lim_dist = 0;                   /* limit distance? */
42   const char      *modname[MAXMODLIST];   /* ordered modifier name list */
43   int             nmods = 0;              /* number of modifiers */
44  
45 < char    RCCONTEXT[] = "RCONTRIB";       /* our special evaluation context */
45 > void    (*addobjnotify[8])() = {ambnotify, NULL};
46  
47 < void    (*addobjnotify[8])() = {ambnotify, tranotify, NULL};
47 > char    RCCONTEXT[] = "RCONTRIB";       /* our special evaluation context */
48  
49  
50   static void

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines