--- ray/src/hd/rholo.h 1998/06/03 16:39:14 3.14 +++ ray/src/hd/rholo.h 1998/08/26 12:42:27 3.15 @@ -18,7 +18,7 @@ typedef struct packet { int4 bi; /* beam index (second) */ int4 nr; /* number of rays (third) */ int4 nc; /* number calculated (fourth) */ - RAYVAL ra[RPACKSIZ]; /* ray values (fourth) */ + RAYVAL ra[RPACKSIZ]; /* ray values (fifth) */ float *offset; /* offset array if !vbool(OBSTRUCTIONS) */ struct packet *next; /* next in packet list */ } PACKET; /* a beam packet */