diff options
author | Thomas White <taw@physics.org> | 2011-07-06 15:53:31 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:32 +0100 |
commit | 7a7cf0355140357aafc48cbcf79b3b0dc1e574cd (patch) | |
tree | 3ddeb582840c2cc5f136c92cde144a32c5e90aef /src/hrs-scaling.h | |
parent | d5337c0c6494e388b991141856bcdaaebe2802f3 (diff) |
Fix the choice of "guiding" reflections for PR
Diffstat (limited to 'src/hrs-scaling.h')
-rw-r--r-- | src/hrs-scaling.h | 6 |
1 files changed, 2 insertions, 4 deletions
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 */ |