aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rejection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rejection.c b/src/rejection.c
index 5a82a940..01ed2cf0 100644
--- a/src/rejection.c
+++ b/src/rejection.c
@@ -221,7 +221,7 @@ static void check_deltacchalf(Crystal **crystals, int n, RefList *full)
STATUS("Frame %i:", i);
STATUS(" With = %f ", cchalf*100.0);
STATUS("Without = %f", cchalfi*100.0);
- STATUS(" Delta = %f ", cchalf - cchalfi);
+ STATUS(" Delta = %f ", (cchalf - cchalfi)*100.0);
STATUS("(nref = %i)\n", nref);
}
}