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

Comparing ray/src/gen/genbox.c (file contents):
Revision 2.13 by greg, Thu Apr 15 23:51:04 2021 UTC vs.
Revision 2.14 by greg, Fri Jun 6 19:11:21 2025 UTC

# Line 12 | Line 12 | static const char      RCSid[] = "$Id$";
12   #include  "objutil.h"
13   #include  <stdlib.h>
14  
15
16 char    *progname;
17
15   int     verbose = 0;
16  
17   char  let[]="0123456789._ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
# Line 278 | Line 275 | main(int argc, char *argv[])
275          int  nsegs = 1;
276          int  objout = 0;
277          int  i;
281
282        progname = argv[0];
278  
279          if (argc < 6)
280                  goto userr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines