aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/peaks.h')
-rw-r--r--src/peaks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peaks.h b/src/peaks.h
index ee5bccf7..163a407c 100644
--- a/src/peaks.h
+++ b/src/peaks.h
@@ -37,6 +37,7 @@ extern int find_projected_peaks(struct image *image, UnitCell *cell,
int circular_domain, double domain_r);
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);
#endif /* PEAKS_H */