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

Comparing ray/src/rt/rpmain.c (file contents):
Revision 2.38 by greg, Tue Apr 22 17:12:25 2025 UTC vs.
Revision 2.41 by greg, Sat Jun 7 05:09:46 2025 UTC

# Line 17 | Line 17 | static const char      RCSid[] = "$Id$";
17   #include  "source.h"
18   #include  "ambient.h"
19   #include  "random.h"
20 #include  "paths.h"
20   #include  "view.h"
21   #include  "pmapray.h"
22  
# Line 28 | Line 27 | static const char      RCSid[] = "$Id$";
27   #define  PCHILD         3               /* child of normal persist */
28   #endif
29  
31 char  *progname;                        /* argv[0] */
30   char  *octname;                         /* octree name */
31   char  *sigerr[NSIG];                    /* signal error messages */
32   char  *errfile = NULL;                  /* error output file */
33  
36 extern time_t  time();
34   extern time_t  tstart;                  /* start time */
35  
36   extern int  ralrm;                      /* seconds between reports */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines