aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-10-06 00:49:44 +0200
committerThomas White <taw@bitwiz.org.uk>2012-10-06 00:49:44 +0200
commit09c48685e16efc15ac7fa421a3b7757afd113556 (patch)
tree6a786af4204b949b917d7bf0ab8c650f742a6fbc
parent575a830a410b7aafbe7c4d781713168d5413139c (diff)
Count silly reflections
-rw-r--r--src/check_hkl.c2
1 files changed, 2 insertions, 0 deletions
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++;