From b925bc42dd86073b06dc5f8146ad1babc27741ef Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 10 Apr 2010 18:22:21 +0100 Subject: process_hkl: Minimum ten counts before writing a reflection --- src/compare_hkl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compare_hkl.c') 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; -- cgit v1.2.3