From 9c54c3d3f8824f5817c716eba5990c46489f9df1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 3 Dec 2010 17:42:29 +0100 Subject: Fix integrate_peak() problems which caused incorrect peak positions --- src/peaks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peaks.h') diff --git a/src/peaks.h b/src/peaks.h index cfc3d322..ba1eea30 100644 --- a/src/peaks.h +++ b/src/peaks.h @@ -39,6 +39,6 @@ extern int find_projected_peaks(struct image *image, UnitCell *cell, extern int integrate_peak(struct image *image, int xp, int yp, float *xc, float *yc, float *intensity, double *pbg, double *pmax, - int do_polar, int do_sa); + int do_polar, int do_sa, int centroid); #endif /* PEAKS_H */ -- cgit v1.2.3