diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-04-10 18:22:21 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-04-10 18:22:21 +0100 |
commit | b925bc42dd86073b06dc5f8146ad1babc27741ef (patch) | |
tree | 6263940b4b899b47267361fb640f6773fa5e320e /src/reflections.h | |
parent | d554760847b4beb9ee5e8e187168971e15239e38 (diff) |
process_hkl: Minimum ten counts before writing a reflection
Diffstat (limited to 'src/reflections.h')
-rw-r--r-- | src/reflections.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reflections.h b/src/reflections.h index 8c513a64..052ddf9f 100644 --- a/src/reflections.h +++ b/src/reflections.h @@ -21,7 +21,8 @@ extern void write_reflections(const char *filename, unsigned int *counts, - double *ref, int zone_axis, UnitCell *cell); + double *ref, int zone_axis, UnitCell *cell, + unsigned int min_counts); extern double *read_reflections(const char *filename, unsigned int *counts); |