diff options
Diffstat (limited to 'src/peaks.h')
-rw-r--r-- | src/peaks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peaks.h b/src/peaks.h index fa912455..10cf5b0a 100644 --- a/src/peaks.h +++ b/src/peaks.h @@ -23,5 +23,6 @@ extern void search_peaks(struct image *image); 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 unpolar); +extern int peak_sanity_check(struct image *image, UnitCell *cell); #endif /* PEAKS_H */ |