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.16 by greg, Wed Sep 9 21:28:19 2020 UTC vs.
Revision 2.18 by greg, Mon Feb 6 22:40:21 2023 UTC

# Line 89 | Line 89 | extern LUTAB           ofiletab;       /* output stream table */
89   #endif
90   #endif
91  
92 < #ifndef MAXMODLIST
93 < #define MAXMODLIST      10000           /* maximum modifiers we'll track */
94 < #endif
95 <
96 < extern const char       *modname[MAXMODLIST];   /* ordered modifier name list */
92 > extern char             **modname;              /* ordered modifier name list */
93   extern int              nmods;                  /* number of modifiers */
94 + extern int              modasiz;                /* allocated modifier array size */
95  
96   extern char             RCCONTEXT[];            /* special evaluation context */
100
101 extern char             *formstr(int f);        /* return format identifier */
97  
98   extern void             process_rcontrib(void); /* trace ray contributions */
99  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines