diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/get_hkl.c | 1 |
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); } |