aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-02-05 17:45:10 +0100
committerThomas White <taw@physics.org>2010-02-05 17:45:10 +0100
commitbd233188cce2c0f8203dd2a4c60eecd9abcb9bbf (patch)
treec4e054d0e959f693fbcf98d41a37bd61cad2de4c /src/image.h
parent32f0796c1906818edb1f7cbfe57c76290fd97d56 (diff)
Add (slow) bandwidth and multisampling
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h
index 166b20df..ff87b1bc 100644
--- a/src/image.h
+++ b/src/image.h
@@ -76,7 +76,8 @@ struct image {
int *hdr; /* Actual counts */
int16_t *data; /* Integer counts after bloom */
double complex *sfacs;
- struct rvec *qvecs;
+ struct rvec **qvecs;
+ int nspheres;
double *twotheta;
struct molecule *molecule;
UnitCell *indexed_cell;