diff options
author | Thomas White <taw@bitwiz.org.uk> | 2012-10-06 00:49:44 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2012-10-06 00:49:44 +0200 |
commit | 09c48685e16efc15ac7fa421a3b7757afd113556 (patch) | |
tree | 6a786af4204b949b917d7bf0ab8c650f742a6fbc /src | |
parent | 575a830a410b7aafbe7c4d781713168d5413139c (diff) |
Count silly reflections
Diffstat (limited to 'src')
-rw-r--r-- | src/check_hkl.c | 2 |
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++; |