diff options
author | Thomas White <taw@physics.org> | 2012-04-19 16:49:20 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-04-19 16:54:10 +0200 |
commit | 7f221c3bfbc5ad41016a451c778f7b8710be03ef (patch) | |
tree | d0b2dc5867a5a80762688a0ef3637bd7d6606f3d /libcrystfel/src | |
parent | 83e8ae45888b8edbe6112d9bcceea3352c422255 (diff) |
Formatting
Diffstat (limited to 'libcrystfel/src')
-rw-r--r-- | libcrystfel/src/geometry.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |