aboutsummaryrefslogtreecommitdiff
path: root/src/get_hkl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/get_hkl.c')
-rw-r--r--src/get_hkl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/get_hkl.c b/src/get_hkl.c
index 623e0027..8a1a75a1 100644
--- a/src/get_hkl.c
+++ b/src/get_hkl.c
@@ -237,6 +237,7 @@ static RefList *twin_reflections(RefList *in,
Reflection *new = add_refl(out, h, k, l);
set_intensity(new, total);
set_esd_intensity(new, sqrt(sigma));
+ set_redundancy(new, 1);
}