diff options
author | Thomas White <taw@physics.org> | 2010-10-01 12:20:11 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:00 +0100 |
commit | ce045961f4d1cee94b98cbb8580141b20bb0a00f (patch) | |
tree | 9310c120031ad2e924dda45e5f33e5cd9fe4990d /src/peaks.h | |
parent | c5dc4b204fab4dfd4a33ff4e2e299f407e9561f9 (diff) |
indexamajig: Take output stream as a command line parameter
Diffstat (limited to 'src/peaks.h')
-rw-r--r-- | src/peaks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peaks.h b/src/peaks.h index 2d8c1db5..55cd9ded 100644 --- a/src/peaks.h +++ b/src/peaks.h @@ -23,7 +23,7 @@ extern void search_peaks(struct image *image, float threshold); 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 polar, int sa, - int use_closer, int circular_domain, + int use_closer, FILE *ofh, int circular_domain, double domain_r); extern int peak_sanity_check(struct image *image, UnitCell *cell, int circular_domain, double domain_r); |