aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peaks.h')
-rw-r--r--src/peaks.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/peaks.h b/src/peaks.h
index 3d21bbde..07c257e6 100644
--- a/src/peaks.h
+++ b/src/peaks.h
@@ -27,8 +27,7 @@ extern void search_peaks(struct image *image, float threshold,
extern void integrate_reflections(struct image *image,
int polar, int use_closer, int bgsub);
-extern int peak_sanity_check(struct image *image, UnitCell *cell,
- int circular_domain, double domain_r);
+extern int peak_sanity_check(RefList *rlist, ImageFeatureList *flist);
/* Exported so it can be poked by integration_check */
extern int integrate_peak(struct image *image, int cfs, int css,