| # | Line 68 | Line 68 | static oputf_t oputo, oputd, oputv, oputV, oputl, opu | |
|---|---|---|
| 68 | extern void tranotify(OBJECT obj); | |
| 69 | static void tabin(RAY *r); | |
| 70 | static RayReportCall ourtrace; | |
| 71 | – | static RayReportCall printvals; |
| 71 | ||
| 72 | < | static void putscolor(COLORV *scol); |
| 72 | > | RayReportCall printvals; /* print selected ray values */ |
| 73 | ||
| 74 | + | void putscolor(COLORV *scol); /* convert/print spectral color */ |
| 75 | + | |
| 76 | static oputf_t *ray_out[32], *every_out[32]; | |
| 77 | < | static putf_t *putreal; |
| 77 | > | |
| 78 | > | putf_t *putreal; /* put out real vector */ |
| 79 | ||
| 80 | void | |
| 81 | quit( /* quit program */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |