diff options
author | Thomas White <taw@physics.org> | 2010-01-06 09:16:40 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-06 09:16:40 +0100 |
commit | 7d6baa8ad9915fc58c4e992cc04d62681ddb559d (patch) | |
tree | 99a1f7e0d42e7c3c7cc1cd593554c225eb7ef13d /src/image.h | |
parent | 8a89c359ebb241d36db89acf188d130691663e51 (diff) |
General tidy-up
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 65b4c31d..1dcfdc3b 100644 --- a/src/image.h +++ b/src/image.h @@ -65,7 +65,7 @@ struct threevec struct image { int *hdr; /* Actual counts */ - int16_t *data; /* Integer counts after bloom */ + int16_t *data; /* Integer counts after bloom */ double complex *sfacs; struct threevec *qvecs; double *twotheta; |