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, 2 insertions, 1 deletions
diff --git a/src/peaks.h b/src/peaks.h
index c5d1fb57..68e104a9 100644
--- a/src/peaks.h
+++ b/src/peaks.h
@@ -22,7 +22,8 @@
extern void search_peaks(struct image *image, float threshold);
extern void dump_peaks(struct image *image, pthread_mutex_t *mutex);
extern void output_intensities(struct image *image, UnitCell *cell,
- pthread_mutex_t *mutex, int polar, int sa);
+ pthread_mutex_t *mutex, int polar, int sa,
+ int use_closer);
extern int peak_sanity_check(struct image *image, UnitCell *cell);
extern int find_projected_peaks(struct image *image, UnitCell *cell);
extern int integrate_peak(struct image *image, int xp, int yp,