From 7a7cf0355140357aafc48cbcf79b3b0dc1e574cd Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 6 Jul 2011 15:53:31 +0200 Subject: Fix the choice of "guiding" reflections for PR --- src/hrs-scaling.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/hrs-scaling.h') diff --git a/src/hrs-scaling.h b/src/hrs-scaling.h index f65b7988..a18d3a0b 100644 --- a/src/hrs-scaling.h +++ b/src/hrs-scaling.h @@ -20,10 +20,8 @@ #include "image.h" -extern RefList *scale_intensities(struct image *images, int n, const char *sym, - ReflItemList *obs, char *cref, - double *reference); +extern RefList *scale_intensities(struct image *images, int n, + RefList *reference); -extern char *find_common_reflections(struct image *images, int n); #endif /* HRS_SCALING_H */ -- cgit v1.2.3