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/compare_hkl.c | |
parent | d554760847b4beb9ee5e8e187168971e15239e38 (diff) |
process_hkl: Minimum ten counts before writing a reflection
Diffstat (limited to 'src/compare_hkl.c')
-rw-r--r-- | src/compare_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c index bc224195..bb07d17e 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -149,7 +149,7 @@ int main(int argc, char *argv[]) STATUS("R2 = %5.4f %% (scale=%5.2f)\n", R*100.0, scale); if ( outfile != NULL ) { - write_reflections(outfile, NULL, out, 1, cell); + write_reflections(outfile, NULL, out, 1, cell, 1); } return 0; |