From 7d6baa8ad9915fc58c4e992cc04d62681ddb559d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 6 Jan 2010 09:16:40 +0100 Subject: General tidy-up --- src/image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/image.h') 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; -- cgit v1.2.3