diff options
author | Thomas White <taw@physics.org> | 2018-08-30 17:09:15 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-08-30 17:18:54 +0200 |
commit | 90f96d061805b604cb976d9ab5aa1cf236269cc5 (patch) | |
tree | 6fb7d742e5ce68b4088954afb42fb9ba7988cc4a /src/rejection.c | |
parent | 2c649850385d4feba72e545b8cdd8364a9da187e (diff) |
Actually bother to calculate overall CC½
Diffstat (limited to 'src/rejection.c')
-rw-r--r-- | src/rejection.c | 1 |
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++ ) { |