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.37 by greg, Sat Jan 18 03:49:00 2025 UTC vs.
Revision 2.41 by greg, Sat Jun 7 05:09:46 2025 UTC

# Line 13 | Line 13 | static const char      RCSid[] = "$Id$";
13   #include  "platform.h"
14   #include  "rtprocess.h" /* getpid() */
15   #include  "ray.h"
16 + #include  "func.h"
17   #include  "source.h"
18   #include  "ambient.h"
19   #include  "random.h"
19 #include  "paths.h"
20   #include  "view.h"
21   #include  "pmapray.h"
22  
# Line 27 | Line 27 | static const char      RCSid[] = "$Id$";
27   #define  PCHILD         3               /* child of normal persist */
28   #endif
29  
30 char  *progname;                        /* argv[0] */
30   char  *octname;                         /* octree name */
31   char  *sigerr[NSIG];                    /* signal error messages */
32   char  *errfile = NULL;                  /* error output file */
33  
35 extern time_t  time();
34   extern time_t  tstart;                  /* start time */
35  
36   extern int  ralrm;                      /* seconds between reports */
# Line 109 | Line 107 | main(int  argc, char  *argv[])
107          strcat(RFeatureList, RPICT_FEATURES);
108          if (argc > 1 && !strcmp(argv[1], "-features"))
109                  return feature_status(argc-2, argv+2);
110 +                                        /* initialize calcomp routines */
111 +        initfunc();
112                                          /* option city */
113          for (i = 1; i < argc; i++) {
114                                                  /* expand arguments */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines