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.39 by greg, Wed Apr 23 01:57:04 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"
# Line 32 | Line 33 | char  *octname;                                /* octree name */
33   char  *sigerr[NSIG];                    /* signal error messages */
34   char  *errfile = NULL;                  /* error output file */
35  
35 extern time_t  time();
36   extern time_t  tstart;                  /* start time */
37  
38   extern int  ralrm;                      /* seconds between reports */
# Line 109 | Line 109 | main(int  argc, char  *argv[])
109          strcat(RFeatureList, RPICT_FEATURES);
110          if (argc > 1 && !strcmp(argv[1], "-features"))
111                  return feature_status(argc-2, argv+2);
112 +                                        /* initialize calcomp routines */
113 +        initfunc();
114                                          /* option city */
115          for (i = 1; i < argc; i++) {
116                                                  /* expand arguments */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines