aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-09-10 17:17:21 +0200
committerThomas White <taw@physics.org>2018-09-10 17:17:21 +0200
commitf22a30956317ccdc48d29eaf8d95e32e01f0be34 (patch)
tree9fc3193dfc29f27ea2d3c58bdd0efeba8bf89ae2 /src
parente8fa57ba93687fbd6841cb3a3d09c87037b5c713 (diff)
Add % for overall CChalf
Diffstat (limited to 'src')
-rw-r--r--src/rejection.c2
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 ) {