diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-06-05 20:02:22 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-06-05 20:02:22 +0200 |
commit | 8ead809d4fb09047e7c146d405dbc0e97103ec3c (patch) | |
tree | d05b218def2ebffb0460905ca8214ca53735d819 /src/diffraction.h | |
parent | 509f08dc3216bdb80e04e012e916c019dea31355 (diff) |
pattern_sim: Implement phased gradients
Diffstat (limited to 'src/diffraction.h')
-rw-r--r-- | src/diffraction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/diffraction.h b/src/diffraction.h index ed583feb..c7afaa3e 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -27,8 +27,8 @@ typedef enum { extern void get_diffraction(struct image *image, int na, int nb, int nc, const double *intensities, - const unsigned int *counts, UnitCell *cell, - int do_water, GradientMethod m); + const unsigned int *counts, const double *phases, + UnitCell *cell, int do_water, GradientMethod m); extern struct rvec get_q(struct image *image, unsigned int xs, unsigned int ys, unsigned int sampling, float *ttp, float k); |