aboutsummaryrefslogtreecommitdiff
path: root/src/render_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-22 17:35:06 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:59 +0100
commitc68ee0a5c446023b7f550d723c8f3e8b109b9bc5 (patch)
tree49412bb958e032703f63e82ff54c8e66d321a191 /src/render_hkl.c
parent0c5b842c2f991e57df4e8acc2438ffe7ee25e410 (diff)
compare_hkl: Reject reflections with low SNR
Diffstat (limited to 'src/render_hkl.c')
-rw-r--r--src/render_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render_hkl.c b/src/render_hkl.c
index b6deac2b..5b27e4d5 100644
--- a/src/render_hkl.c
+++ b/src/render_hkl.c
@@ -609,7 +609,7 @@ int main(int argc, char *argv[])
}
ref = new_list_intensity();
cts = new_list_count();
- ReflItemList *items = read_reflections(infile, ref, NULL, cts);
+ ReflItemList *items = read_reflections(infile, ref, NULL, cts, NULL);
if ( ref == NULL ) {
ERROR("Couldn't open file '%s'\n", infile);
return 1;