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

Comparing ray/src/util/ranimove.c (file contents):
Revision 3.21 by greg, Wed Aug 21 16:18:54 2024 UTC vs.
Revision 3.24 by greg, Sat Jun 7 05:09:46 2025 UTC

# Line 21 | Line 21 | static const char RCSid[] = "$Id$";
21   #include <string.h>
22  
23   #include "platform.h"
24 #include "paths.h"
24   #include "ranimove.h"
25 + #include "func.h"
26  
27   int             NVARS = NV_INIT; /* total number of variables */
28  
# Line 82 | Line 82 | main(
82          int     explicate = 0;
83          char    *cfname;
84          int     i;
85 <
86 <        progname = argv[0];                     /* get arguments */
85 >                                                /* set global progname */
86 >        fixargv0(argv[0]);
87 >                                                /* initialize calcomp */
88 >        initfunc();
89          gargc = argc;
90          gargv = argv;
91          for (i = 1; i < argc && argv[i][0] == '-'; i++)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines