aboutsummaryrefslogtreecommitdiff
path: root/src/process_hkl.c
diff options
context:
space:
mode:
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);