From a4d0acc0059c55ed1c42ef8bf3f410897bede542 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 17 Nov 2010 13:47:32 +0100 Subject: process_hkl: Implement Rick's ESD calculation --- src/compare_hkl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/compare_hkl.c') diff --git a/src/compare_hkl.c b/src/compare_hkl.c index 489e2b43..29dfe2a5 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -456,7 +456,8 @@ int main(int argc, char *argv[]) if ( outfile != NULL ) { - write_reflections(outfile, icommon, out, NULL, NULL, cell, 1.0); + write_reflections(outfile, icommon, out, NULL, + NULL, NULL, cell); STATUS("Sigma(I) values in output file are not meaningful.\n"); } -- cgit v1.2.3