diff options
Diffstat (limited to 'src/rejection.c')
-rw-r--r-- | src/rejection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rejection.c b/src/rejection.c index 9f298c0b..230093e6 100644 --- a/src/rejection.c +++ b/src/rejection.c @@ -229,7 +229,7 @@ static void check_deltacchalf(Crystal **crystals, int n, RefList *full) double mean, sd; cchalf = calculate_cchalf(full, full, NULL, &nref); - STATUS("Overall CChalf = %f (%i reflections)\n", cchalf*100.0, nref); + STATUS("Overall CChalf = %f %% (%i reflections)\n", cchalf*100.0, nref); vals = malloc(n*sizeof(double)); if ( vals == NULL ) { |