aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-06-27 17:46:08 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:51 +0100
commitce87fce11cbbbdc1c8ff1611eaf3255809ab6c87 (patch)
tree56924d92f778156df95bd2a81e36ef90deac104e /src/peaks.h
parentc4f950362d6f1d5a14f0897c15148021e6854efb (diff)
Rationalise polarization option
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 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);