From e81b216071cce94906544552476b101378f616f1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 14 Feb 2011 17:34:41 -0800 Subject: Set matrix elements to zero if no common reflections (NB broken) --- src/hrs-scaling.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/hrs-scaling.h') diff --git a/src/hrs-scaling.h b/src/hrs-scaling.h index ae384aa8..04a321e3 100644 --- a/src/hrs-scaling.h +++ b/src/hrs-scaling.h @@ -20,8 +20,9 @@ #include "image.h" -extern double *scale_intensities(struct image *image, int n, const char *sym, - ReflItemList *obs); +extern double *scale_intensities(struct image *images, int n, const char *sym, + ReflItemList *obs, char *cref); +extern char *find_common_reflections(struct image *images, int n); #endif /* HRS_SCALING_H */ -- cgit v1.2.3