# | Line 10 | Line 10 | static const char RCSid[] = "$Id$"; | |
---|---|---|
10 | ||
11 | #include "paths.h" /* win_popen() */ | |
12 | #include "mkillum.h" | |
13 | + | #include "func.h" |
14 | ||
15 | /* default parameters */ | |
16 | #define SAMPDENS 48 /* points per projected steradian */ | |
# | Line 69 | Line 70 | main( /* compute illum distributions using rtrace */ | |
70 | dstrsrc = 0.5; | |
71 | directrelay = 3; | |
72 | ambounce = 2; | |
73 | + | /* initialize calcomp routines */ |
74 | + | initfunc(); |
75 | /* get options from command line */ | |
76 | for (i = 1; i < argc; i++) { | |
77 | while ((rval = expandarg(&argc, &argv, i)) > 0) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |