diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/image.h b/src/image.h index db1b491e..e3a520ca 100644 --- a/src/image.h +++ b/src/image.h @@ -81,6 +81,7 @@ struct reflhit { struct image { float *data; + uint8_t *flags; double *twotheta; UnitCell *indexed_cell; UnitCell *candidate_cells[MAX_CELL_CANDIDATES]; |