diff options
author | Thomas White <taw@bitwiz.org.uk> | 2013-02-05 23:52:04 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2013-02-05 23:52:04 +0100 |
commit | 004be7ba8d405c7d04ac6143c783bfec70d296bb (patch) | |
tree | 1829386435cb0e1a7e66faf57a069f8f94d39b74 /src/hrs-scaling.h | |
parent | 48bfb8e3674e921df3dc2ec387e6aa2889c343d3 (diff) |
WIP on updating partialator
Diffstat (limited to 'src/hrs-scaling.h')
-rw-r--r-- | src/hrs-scaling.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/hrs-scaling.h b/src/hrs-scaling.h index 5425b1ff..80940347 100644 --- a/src/hrs-scaling.h +++ b/src/hrs-scaling.h @@ -35,9 +35,10 @@ #endif -#include "image.h" +#include "crystal.h" +#include "reflist.h" -extern RefList *scale_intensities(struct image *images, int n, +extern RefList *scale_intensities(Crystal **crystals, int n, RefList *reference, int n_threads, int noscale); |