aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peaks.h')
-rw-r--r--src/peaks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.h b/src/peaks.h
index 7a6557f1..2faa2b5e 100644
--- a/src/peaks.h
+++ b/src/peaks.h
@@ -35,7 +35,7 @@ extern RefList *find_projected_peaks(struct image *image, UnitCell *cell,
extern int integrate_peak(struct image *image, int xp, int yp,
double *xc, double *yc, double *intensity,
- double *pbg, double *pmax,
+ double *pbg, double *pmax, double *sigma,
int do_polar, int centroid);
#endif /* PEAKS_H */