From 7f221c3bfbc5ad41016a451c778f7b8710be03ef Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 19 Apr 2012 16:49:20 +0200 Subject: Formatting --- libcrystfel/src/geometry.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libcrystfel/src/geometry.c') diff --git a/libcrystfel/src/geometry.c b/libcrystfel/src/geometry.c index f46cea25..24669aef 100644 --- a/libcrystfel/src/geometry.c +++ b/libcrystfel/src/geometry.c @@ -137,7 +137,6 @@ static Reflection *check_reflection(struct image *image, klow = 1.0/(image->lambda - image->lambda*image->bw/2.0); khigh = 1.0/(image->lambda + image->lambda*image->bw/2.0); - /* If the point is looking "backscattery", reject it straight away */ if ( zl < -khigh/2.0 ) return NULL; -- cgit v1.2.3