aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-10-12 20:39:37 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:02 +0100
commita71089c6d47f5c01eaa697fc90b4166e47985831 (patch)
tree6ff09215420b5e5040c82506491c38f1e42d51c1 /src/process_hkl.c
parentedbaa4cf56ecc091ba7fb290a0827ac4db2f8230 (diff)
process_hkl: Typo
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index b0661013..74f90402 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -276,14 +276,9 @@ static void merge_pattern(double *model, ReflItemList *observed,
integrate_intensity(devs, h, k, l, fabs(intensity-m));
}
- /* Already seen this reflection in this pattern? Complain. */
if ( !find_item(sym_items, h, k, l) ) {
- /* Add the asymmetric version of this reflection to our
- * temporary list. One reflection (in the asymmetric
- * unit) may appear more than once per pattern if
- * symmetrically related reflections are present.
- * That's fine... */
- } add_item(sym_items, h, k, l);
+ add_item(sym_items, h, k, l);
+ }
/* Increase count count */
integrate_count(model_counts, h, k, l, 1);