diff options
author | Thomas White <taw@physics.org> | 2012-10-02 12:03:01 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-10-02 12:03:30 +0200 |
commit | ff1c76dc0482e691c09ab211744a427b38ae7b47 (patch) | |
tree | 796a31400773ac2635930947aaa3b6089901ff5b /src | |
parent | 94de111a041638dc70751a8ab050ed7f63bf64dc (diff) |
get_hkl: Make -w work properly
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); } |