ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/src/hd/rholo.h
(Generate patch)

Comparing ray/src/hd/rholo.h (file contents):
Revision 3.14 by gwlarson, Wed Jun 3 16:39:14 1998 UTC vs.
Revision 3.15 by gwlarson, Wed Aug 26 12:42:27 1998 UTC

# Line 18 | Line 18 | typedef struct packet {
18          int4    bi;             /* beam index (second) */
19          int4    nr;             /* number of rays (third) */
20          int4    nc;             /* number calculated (fourth) */
21 <        RAYVAL  ra[RPACKSIZ];   /* ray values (fourth) */
21 >        RAYVAL  ra[RPACKSIZ];   /* ray values (fifth) */
22          float   *offset;        /* offset array if !vbool(OBSTRUCTIONS) */
23          struct packet   *next;  /* next in packet list */
24   } PACKET;               /* a beam packet */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines