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/sfac.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sfac.h') diff --git a/src/sfac.h b/src/sfac.h index ea30c83e..115dcb5f 100644 --- a/src/sfac.h +++ b/src/sfac.h @@ -19,6 +19,7 @@ #include #include "cell.h" +#include "utils.h" #define MAX_ATOMS (128*1024) @@ -61,7 +62,7 @@ extern double complex get_sfac(const char *n, double s, double en); extern struct molecule *load_molecule(const char *filename); extern void free_molecule(struct molecule *mol); extern double *get_reflections(struct molecule *mol, double en, double res, - unsigned int *counts, double *phases); + double *phases, ReflItemList *items); #endif /* SFAC_H */ -- cgit v1.2.3