aboutsummaryrefslogtreecommitdiff
path: root/src/indexamajig.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/indexamajig.c
parent0c5b842c2f991e57df4e8acc2438ffe7ee25e410 (diff)
compare_hkl: Reject reflections with low SNR
Diffstat (limited to 'src/indexamajig.c')
-rw-r--r--src/indexamajig.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c
index 281294f3..8163465b 100644
--- a/src/indexamajig.c
+++ b/src/indexamajig.c
@@ -597,7 +597,8 @@ int main(int argc, char *argv[])
if ( intfile != NULL ) {
ReflItemList *items;
- items = read_reflections(intfile, intensities, NULL, NULL);
+ items = read_reflections(intfile, intensities,
+ NULL, NULL, NULL);
delete_items(items);
} else {
intensities = NULL;