ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/rt/o_instance.c
(Generate patch)

Comparing ray/src/rt/o_instance.c (file contents):
Revision 1.6 by greg, Tue Oct 24 13:58:45 1989 UTC vs.
Revision 1.7 by greg, Fri Jan 19 00:00:17 1990 UTC

# 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;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines