aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-09-20 00:48:41 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:58 +0100
commitf36e1844255e67615fc5a1c2450bb847652e7a72 (patch)
tree3906bf0c26cbb999abd73ee5cfe23a99aae8e946 /src/process_hkl.c
parent99699c2fc1c81976aa95b47c25a1e7edbda4e58b (diff)
Add lots more FoMs
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r--src/process_hkl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c
index beeebb39..644fdfea 100644
--- a/src/process_hkl.c
+++ b/src/process_hkl.c
@@ -187,7 +187,7 @@ static int resolve_twin(const double *model, ReflItemList *observed,
}
intersection = intersection_items(observed, items);
- fom = stat_pearson(trial_ints, model, intersection);
+ fom = stat_pearson_i(trial_ints, model, intersection);
delete_items(intersection);
free(trial_ints);