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.5 by greg, Sun Apr 23 19:33:59 1989 UTC vs.
Revision 1.6 by greg, Tue Oct 24 13:58:45 1989 UTC

# Line 24 | Line 24 | register RAY  *r;
24          register INSTANCE  *in;
25          register int  i;
26                                          /* get the octree */
27 <        in = getinstance(o, GET_ALL);
27 >        in = getinstance(o, IO_ALL);
28                                          /* copy old ray */
29          bcopy(r, &rcont, sizeof(RAY));
30                                          /* transform it */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines