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

Comparing ray/src/util/eplus_adduvf.c (file contents):
Revision 2.23 by greg, Mon Jun 3 18:55:51 2024 UTC vs.
Revision 2.24 by greg, Tue Jun 3 21:31:51 2025 UTC

# Line 23 | Line 23 | static const char RCSid[] = "$Id$";
23  
24   #define SURF_EPS        0.0005                  /* surface testing epsilon */
25  
26 char            *progname;                      /* global argv[0] */
27
26   int             nsamps = NSAMPLES;              /* number of samples to use */
27  
28   char            temp_octree[128];               /* temporary octree */
# Line 680 | Line 678 | main(int argc, char *argv[])
678          IDF_OBJECT      *pptr;
679          int             i;
680  
681 <        progname = *argv++; argc--;             /* get options if any */
681 >        fixargv0(*argv++); argc--;              /* get options if any */
682          while (argc > 1 && argv[0][0] == '-')
683                  switch (argv[0][1]) {
684                  case 'c':                       /* elide comments */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines