From 6a5422356c15962726df2261aa53354b0ff12662 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 14 Jul 2010 17:58:55 +0200 Subject: Reduce the scope of "count" Lists of counts had pervaded every corner of CrystFEL, being used as markers for the presence of reflections. Now we have a better way of doing this, the ReflItemList, and few parts of the suite apart from process_hkl have any business knowing how many observations were made of a particular reflection. --- src/diffraction.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/diffraction.h') diff --git a/src/diffraction.h b/src/diffraction.h index c7afaa3e..ffe3a19d 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -26,8 +26,7 @@ typedef enum { } GradientMethod; extern void get_diffraction(struct image *image, int na, int nb, int nc, - const double *intensities, - const unsigned int *counts, const double *phases, + const double *intensities,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