From 8ead809d4fb09047e7c146d405dbc0e97103ec3c Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 5 Jun 2010 20:02:22 +0200 Subject: pattern_sim: Implement phased gradients --- src/diffraction.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/diffraction.h') 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); -- cgit v1.2.3