aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2009-11-17 12:03:48 +0100
committerThomas White <taw@bitwiz.org.uk>2009-11-17 12:03:48 +0100
commitd3459eb9d394ebebeed58141843748c2d69eb284 (patch)
treee9632578aa58f04d31fb1634c166529e3bd994d3 /src/image.h
parent3dabacbf8b897ced68418504e9fc9511c09119a9 (diff)
Add Henke table lookup
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.h b/src/image.h
index 3f67e973..7c64c6d6 100644
--- a/src/image.h
+++ b/src/image.h
@@ -81,7 +81,7 @@ struct molecule
struct image {
uint16_t *data;
- complex *sfacs;
+ double complex *sfacs;
struct threevec *qvecs;
double *twotheta;
struct molecule *molecule;