aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-06-27 17:31:52 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:51 +0100
commitc4f950362d6f1d5a14f0897c15148021e6854efb (patch)
tree75b40d00554606c721d6a46c127039c05824ce95 /src/peaks.h
parentd9dd0cefca108ec5dc7f08aad4be9b5c2ded4389 (diff)
indexamajig: Make SA correction optional (but on by default)
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 3335761c..b01120fb 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);
+ pthread_mutex_t *mutex, int unpolar, int sa);
extern int peak_sanity_check(struct image *image, UnitCell *cell);
extern int find_projected_peaks(struct image *image, UnitCell *cell);