diff options
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++ ) { |