aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/geometry.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-10-23 13:01:54 +0200
committerThomas White <taw@physics.org>2014-10-23 17:02:33 +0200
commit3e8d906fb6cfcf0940fce2a805087414c4d9ffd6 (patch)
tree4e42fa87d918bf3b82d692529d2f14ba6322ab8d /libcrystfel/src/geometry.c
parent5837aff31eaf429c0799805939dc2da1587556fe (diff)
Increase verbosity
Diffstat (limited to 'libcrystfel/src/geometry.c')
-rw-r--r--libcrystfel/src/geometry.c2
1 files changed, 1 insertions, 1 deletions
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;
}