From c56336d82f151b8eea7ce17cb34a177ba5656ecd Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 1 Oct 2010 14:23:20 +0200 Subject: Put I0 and found peaks in stream --- src/peaks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peaks.h') 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 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, -- cgit v1.2.3