From bdd2a7b4a8a5456a023d54be6fd5d6a011314c7e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 27 Mar 2010 13:12:51 +0100 Subject: Allow molecule_factor() to tell when it doesn't know the intensity --- src/diffraction.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/diffraction.h') diff --git a/src/diffraction.h b/src/diffraction.h index 58ae10c3..c317060f 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -20,7 +20,8 @@ #include "cell.h" extern void get_diffraction(struct image *image, int na, int nb, int nc, - double *intensities, UnitCell *cell, int do_water); + double *intensities, unsigned int *counts, + UnitCell *cell, int do_water); 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