diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-08-29 03:13:34 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:37 +0100 |
commit | 7928d36dd3c0f0a2e628d865192511fd655f973e (patch) | |
tree | 65084a380433875c9b8ccf50837cf1951688fad4 /src/peaks.h | |
parent | b1a4789edce25cf267f64e539e8085bda9c91d61 (diff) |
Change the sanity check so that it does what we say it does
Diffstat (limited to 'src/peaks.h')
-rw-r--r-- | src/peaks.h | 3 |
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, |