| # | Line 26 | Line 26 | register RAY *r; | |
|---|---|---|
| 26 | /* get the octree */ | |
| 27 | in = getinstance(o, IO_ALL); | |
| 28 | /* copy old ray */ | |
| 29 | < | bcopy(r, &rcont, sizeof(RAY)); |
| 29 | > | copystruct(&rcont, r); |
| 30 | /* transform it */ | |
| 31 | rcont.rno = nrays; | |
| 32 | rcont.ro = NULL; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |