| # | 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 */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |