From 3e8d906fb6cfcf0940fce2a805087414c4d9ffd6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 23 Oct 2014 13:01:54 +0200 Subject: Increase verbosity --- libcrystfel/src/geometry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src/geometry.c') diff --git a/libcrystfel/src/geometry.c b/libcrystfel/src/geometry.c index 221fe96d..ae5488e0 100644 --- a/libcrystfel/src/geometry.c +++ b/libcrystfel/src/geometry.c @@ -223,7 +223,7 @@ static Reflection *check_reflection(struct image *image, Crystal *cryst, ERROR("Reflection with rlow < rhigh!\n"); ERROR("%3i %3i %3i rlow = %e, rhigh = %e\n", h, k, l, rlow, rhigh); - ERROR("div + m = %e\n", del); + ERROR("div + m = %e, R = %e, bw = %e\n", del, pr, image->bw); return NULL; } -- cgit v1.2.3