From 09c48685e16efc15ac7fa421a3b7757afd113556 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 6 Oct 2012 00:49:44 +0200 Subject: Count silly reflections --- src/check_hkl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/check_hkl.c b/src/check_hkl.c index 84cfdccf..9052f523 100644 --- a/src/check_hkl.c +++ b/src/check_hkl.c @@ -259,6 +259,8 @@ static void plot_shells(RefList *list, UnitCell *cell, const SymOpList *sym, snr[bin] += val / esd; snr_total += val / esd; snr_measured[bin]++; + } else { + nsilly++; } nrefl++; -- cgit v1.2.3