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

Comparing ray/src/util/rtcontrib.c (file contents):
Revision 1.17 by greg, Fri Jun 10 16:42:11 2005 UTC vs.
Revision 1.18 by greg, Fri Jun 10 20:38:38 2005 UTC

# Line 72 | Line 72 | struct rtproc {
72   };                              /* rtrace process buffer */
73  
74                                          /* rtrace command and defaults */
75 < char            *rtargv[256] = { "rtrace", "-dj", ".5", "-dr", "3",
75 > char            *rtargv[256+2*MAXMODLIST] = { "rtrace",
76 >                                "-dj", ".5", "-dr", "3",
77                                  "-ab", "1", "-ad", "128", };
78   int  rtargc = 9;
79                                          /* overriding rtrace options */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines