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

Comparing ray/src/rt/rtrace.c (file contents):
Revision 2.51 by greg, Sun Feb 5 22:22:20 2006 UTC vs.
Revision 2.52 by greg, Wed Feb 22 17:05:36 2006 UTC

# Line 54 | Line 54 | void  (*trace)() = NULL;               /* trace call */
54   char  *tralist[128];                    /* list of modifers to trace (or no) */
55   int  traincl = -1;                      /* include == 1, exclude == 0 */
56   #ifndef  MAXTSET
57 < #define  MAXTSET        1024            /* maximum number in trace set */
57 > #define  MAXTSET        8192            /* maximum number in trace set */
58   #endif
59   OBJECT  traset[MAXTSET+1]={0};          /* trace include/exclude set */
60  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines