diff options
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h index 983ecc28..b3c6c074 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -21,6 +21,7 @@ #include <stdio.h> #include "image.h" +#include "reflist.h" /* Refineable parameters */ @@ -44,12 +45,12 @@ enum { void apply_shift(struct image *image, int k, double shift); -double mean_partial_dev(struct image *image, struct cpeak *spots, int n, +double mean_partial_dev(struct image *image, RefList *reflections, const char *sym, double *i_full, FILE *graph); double pr_iterate(struct image *image, double *i_full, const char *sym, - struct cpeak **pspots, int *n); + RefList *reflections); #endif /* POST_REFINEMENT_H */ |