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

Comparing ray/src/rt/mkpmap.c (file contents):
Revision 2.12 by greg, Wed Aug 21 20:42:20 2024 UTC vs.
Revision 2.14 by greg, Thu Jun 5 18:28:25 2025 UTC

# Line 32 | Line 32 | static const char RCSid[] = "$Id$";
32   #include "ambient.h"
33   #include "resolu.h"
34   #include "source.h"
35 + #include "func.h"
36   #include <ctype.h>
37   #include <string.h>
38   #include <sys/stat.h>
# Line 44 | Line 45 | static const char RCSid[] = "$Id$";
45   extern char VersionID [];
46  
47  
47 char*    progname;                  /* argv[0] */
48   int      dimlist [MAXDIM];          /* sampling dimensions */
49   int      ndims = 0;                 /* number of sampling dimenshunns */
50   char*    octname = NULL;            /* octree name */
# Line 191 | Line 191 | int main (int argc, char* argv [])
191     progname = fixargv0(argv [0]);
192     /* Initialize object types */
193     initotypes();
194 <  
194 >   /* initialize calcomp routines */
195 >   initfunc();
196 >
197     /* Parse options */
198     for (i = 1; i < argc; i++) {
199        /* Eggs-pand arguments */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines