| # | Line 22 | Line 22 | typedef struct datarray { | |
|---|---|---|
| 22 | union { | |
| 23 | DATATYPE *d; /* float data */ | |
| 24 | COLR *c; /* RGBE data */ | |
| 25 | < | uby8 *s; /* spectral data */ |
| 25 | > | COLRV *s; /* spectral data */ |
| 26 | void *p; /* generic pointer */ | |
| 27 | } arr; /* the data */ | |
| 28 | struct dadim { /* put this last */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |