From f22a30956317ccdc48d29eaf8d95e32e01f0be34 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 10 Sep 2018 17:17:21 +0200 Subject: Add % for overall CChalf --- src/rejection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rejection.c') 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 ) { -- cgit v1.2.3