diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/facetron.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/facetron.c b/src/facetron.c index 29c4aba8..42a4bd1b 100644 --- a/src/facetron.c +++ b/src/facetron.c @@ -115,7 +115,7 @@ static void integrate_image(int mytask, void *tasks) } /* Figure out which spots should appear in this pattern */ - spots = find_intersections(image, image->indexed_cell, &n, 1); + spots = find_intersections(image, image->indexed_cell, &n, 0); /* For each reflection, estimate the partiality */ for ( j=0; j<n; j++ ) { |