diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-10-09 12:22:42 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:02 +0100 |
commit | 33a8fc19c75323cc5447add5f268258ae518aff0 (patch) | |
tree | 3b2e807708fa2b8c98070ed93f7cf5d84b985d68 | |
parent | e040cbff428a348434d30b2c0ed3714bef9f5e12 (diff) |
facetron: Comment fussiness
-rw-r--r-- | src/facetron.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/facetron.c b/src/facetron.c index 40609967..5d760b8a 100644 --- a/src/facetron.c +++ b/src/facetron.c @@ -108,9 +108,7 @@ static void integrate_image(struct process_args *pargs) return; } - /* Figure out which spots should appear in this pattern, - * using a large divergence and bandwidth to avoid missing - * reflection tails. */ + /* Figure out which spots should appear in this pattern */ spots = find_intersections(image, image->indexed_cell, image->div, image->bw, &n, 0); |