diff options
author | Thomas White <taw@physics.org> | 2010-02-05 17:45:10 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-05 17:45:10 +0100 |
commit | bd233188cce2c0f8203dd2a4c60eecd9abcb9bbf (patch) | |
tree | c4e054d0e959f693fbcf98d41a37bd61cad2de4c /src/image.h | |
parent | 32f0796c1906818edb1f7cbfe57c76290fd97d56 (diff) |
Add (slow) bandwidth and multisampling
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 3 |
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; |