# | 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 109 | Line 110 | main(int argc, char *argv[]) | |
110 | strcat(RFeatureList, RPICT_FEATURES); | |
111 | if (argc > 1 && !strcmp(argv[1], "-features")) | |
112 | return feature_status(argc-2, argv+2); | |
113 | + | /* initialize calcomp routines */ |
114 | + | initfunc(); |
115 | /* option city */ | |
116 | for (i = 1; i < argc; i++) { | |
117 | /* expand arguments */ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |