aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-10-02 12:03:01 +0200
committerThomas White <taw@physics.org>2012-10-02 12:03:30 +0200
commitff1c76dc0482e691c09ab211744a427b38ae7b47 (patch)
tree796a31400773ac2635930947aaa3b6089901ff5b
parent94de111a041638dc70751a8ab050ed7f63bf64dc (diff)
get_hkl: Make -w work properly
-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);
}