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

Comparing ray/src/cv/bsdf2ttree.c (file contents):
Revision 2.59 by greg, Wed Jul 26 15:50:03 2023 UTC vs.
Revision 2.60 by greg, Tue Sep 12 16:40:57 2023 UTC

# Line 20 | Line 20 | static const char RCSid[] = "$Id$";
20                                  /* global argv[0] */
21   char                    *progname;
22                                  /* reciprocity averaging option */
23 < static const char       *recip = " -a";
23 > static const char       *recip = "";
24                                  /* percentage to cull (<0 to turn off) */
25   static double           pctcull = 90.;
26                                  /* sampling order */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines