diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h index 70809d22..3b31b2fa 100644 --- a/src/image.h +++ b/src/image.h @@ -86,7 +86,7 @@ struct image { UnitCell *indexed_cell; UnitCell *candidate_cells[MAX_CELL_CANDIDATES]; int ncells; - struct detector det; + struct detector *det; const char *filename; struct reflhit *hits; int n_hits; |