diff options
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h index e9db7cad..a7c6c355 100644 --- a/src/image.h +++ b/src/image.h @@ -62,8 +62,8 @@ struct threevec /* Structure describing an image */ struct image { - double *hdr; /* Actual counts */ - uint16_t *data; /* Integer counts after DQE/bloom */ + int *hdr; /* Actual counts */ + uint16_t *data; /* Integer counts after bloom */ double complex *sfacs; struct threevec *qvecs; double *twotheta; |