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

Comparing ray/src/hd/genrhgrid.c (file contents):
Revision 3.10 by greg, Mon Oct 21 18:19:32 2019 UTC vs.
Revision 3.11 by greg, Fri Jun 6 19:11:21 2025 UTC

# Line 6 | Line 6 | static const char      RCSid[] = "$Id$";
6   */
7  
8   #include <stdio.h>
9 <
9 > #include "paths.h"
10   #include "platform.h"
11   #include "resolu.h"
12   #include "holo.h"
13  
14 char    *progname;              /* global argv[0] */
15
14   char    *mat, *name;            /* material and object id */
15   double  rad;                    /* grid line radius */
16  
# Line 29 | Line 27 | main(
27   {
28          int     sect;
29  
30 <        progname = argv[0];
30 >        fixargv0(argv[0]);
31          if ((argc < 5) | (argc > 6))
32                  goto userr;
33          mat = argv[1];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines