| # | Line 6 | Line 6 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 6 | */ | |
| 7 | ||
| 8 | #include "mkillum.h" | |
| 9 | – | |
| 9 | #include "face.h" | |
| 11 | – | |
| 10 | #include "cone.h" | |
| 13 | – | |
| 11 | #include "random.h" | |
| 12 | ||
| 13 | ||
| # | Line 302 | Line 299 | register struct rtproc *rt; | |
| 299 | return; | |
| 300 | bzero(rt->buf+6*rt->nrays, 6*sizeof(float)); | |
| 301 | errno = 0; | |
| 302 | < | if ( process(rt->pd, (char *)rt->buf, (char *)rt->buf, |
| 302 | > | if ( process(&(rt->pd), (char *)rt->buf, (char *)rt->buf, |
| 303 | 3*sizeof(float)*(rt->nrays+1), | |
| 304 | 6*sizeof(float)*(rt->nrays+1)) < | |
| 305 | 3*sizeof(float)*(rt->nrays+1) ) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |