aboutsummaryrefslogtreecommitdiff
path: root/src/rejection.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-08-30 17:09:15 +0200
committerThomas White <taw@physics.org>2018-08-30 17:18:54 +0200
commit90f96d061805b604cb976d9ab5aa1cf236269cc5 (patch)
tree6fb7d742e5ce68b4088954afb42fb9ba7988cc4a /src/rejection.c
parent2c649850385d4feba72e545b8cdd8364a9da187e (diff)
Actually bother to calculate overall CC½
Diffstat (limited to 'src/rejection.c')
-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++ ) {