aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-05-25 17:20:35 +0200
committerThomas White <taw@physics.org>2010-05-25 17:20:35 +0200
commite4a0b2c4f00ad396abd3c5c7e8cb55e2f39bc2cc (patch)
tree5d2550d9c1f349a9eef4d571ad188c5c0d0aaca5 /src/peaks.h
parentecd7ed542623f3329d8e63a17f2b1d9383051147 (diff)
Polarisation correction for extracted intensities
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 a5c771b7..fa912455 100644
--- a/src/peaks.h
+++ b/src/peaks.h
@@ -22,6 +22,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);
+ pthread_mutex_t *mutex, int unpolar);
#endif /* PEAKS_H */