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.19 by greg, Wed Sep 9 21:28:19 2020 UTC vs.
Revision 2.20 by greg, Tue Feb 16 20:06:06 2021 UTC

# Line 45 | Line 45 | int    lim_dist = 0;                   /* limit distance? */
45  
46   int     report_intvl = 0;               /* reporting interval (seconds) */
47  
48 < const char      *modname[MAXMODLIST];   /* ordered modifier name list */
49 < int             nmods = 0;              /* number of modifiers */
48 > char    **modname = NULL;               /* ordered modifier name list */
49 > int     nmods = 0;                      /* number of modifiers */
50 > int     modasiz = 0;                    /* allocated modifier array size */
51  
52   void    (*addobjnotify[8])() = {ambnotify, NULL};
53  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines