# | Line 13 | Line 13 | static const char RCSid[] = "$Id$"; | |
---|---|---|
13 | #include "rtprocess.h" /* getpid() */ | |
14 | #include "resolu.h" | |
15 | #include "ray.h" | |
16 | + | #include "func.h" |
17 | #include "source.h" | |
18 | #include "ambient.h" | |
19 | #include "random.h" | |
# | Line 114 | Line 115 | main(int argc, char *argv[]) | |
115 | strcat(RFeatureList, RTRACE_FEATURES); | |
116 | if (argc > 1 && !strcmp(argv[1], "-features")) | |
117 | return feature_status(argc-2, argv+2); | |
118 | + | /* initialize calcomp routines */ |
119 | + | initfunc(); |
120 | /* add trace notify function */ | |
121 | for (i = 0; addobjnotify[i] != NULL; i++) | |
122 | ; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |