diff options
author | Thomas White <taw@physics.org> | 2012-04-03 15:21:24 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-04-05 15:14:22 +0200 |
commit | 0b63042eb2ba93cb7706d1501f4237fe30b0ef2c (patch) | |
tree | 5f9da8036ec15e05c1c2227fa04bd18b78a4b7c6 /libcrystfel | |
parent | 6a694000083fd5d6e0ecb48212cf25396854c60e (diff) |
Remove old comment
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/geometry.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/src/geometry.c b/libcrystfel/src/geometry.c index a62820b4..92a0ab9a 100644 --- a/libcrystfel/src/geometry.c +++ b/libcrystfel/src/geometry.c @@ -251,8 +251,6 @@ RefList *find_intersections(struct image *image, UnitCell *cell) &bsx, &bsy, &bsz, &csx, &csy, &csz); - /* We add a horrific 20% fudge factor because bandwidth, divergence - * and so on mean reflections appear beyond the largest q */ mres = largest_q(image); hmax = mres / modulus(asx, asy, asz); |