aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rejection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rejection.c b/src/rejection.c
index cb3bede5..6ff7265d 100644
--- a/src/rejection.c
+++ b/src/rejection.c
@@ -165,6 +165,7 @@ static void check_deltacchalf(Crystal **crystals, int n, RefList *full)
double cchalf;
int i;
+ cchalf = calculate_cchalf(full, full, NULL);
STATUS("Overall CChalf = %f\n", cchalf);
for ( i=0; i<n; i++ ) {