diff options
-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); |