diff options
Diffstat (limited to 'src/peaks.h')
-rw-r--r-- | src/peaks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.h b/src/peaks.h index b01120fb..2a24c5fa 100644 --- a/src/peaks.h +++ b/src/peaks.h @@ -22,7 +22,7 @@ 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, int sa); + pthread_mutex_t *mutex, int polar, int sa); extern int peak_sanity_check(struct image *image, UnitCell *cell); extern int find_projected_peaks(struct image *image, UnitCell *cell); |