aboutsummaryrefslogtreecommitdiff
path: root/src/peaks.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-10-01 14:23:20 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:00 +0100
commitc56336d82f151b8eea7ce17cb34a177ba5656ecd (patch)
tree8c2ba8b5eafa8aa8aa29d51ef440e57c524633c3 /src/peaks.h
parentce045961f4d1cee94b98cbb8580141b20bb0a00f (diff)
Put I0 and found peaks in stream
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 55cd9ded..27f4dfc7 100644
--- a/src/peaks.h
+++ b/src/peaks.h
@@ -20,7 +20,7 @@
#include <pthread.h>
extern void search_peaks(struct image *image, float threshold);
-extern void dump_peaks(struct image *image, pthread_mutex_t *mutex);
+extern void dump_peaks(struct image *image, FILE *ofh, pthread_mutex_t *mutex);
extern void output_intensities(struct image *image, UnitCell *cell,
pthread_mutex_t *mutex, int polar, int sa,
int use_closer, FILE *ofh, int circular_domain,