aboutsummaryrefslogtreecommitdiff
path: root/src/facetron.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-10-29 17:18:49 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:04 +0100
commita784ead2cbac29e11bb9b09bfeeb8076749fe9a4 (patch)
tree5c3d7deb175f34fb387ad525a365668daff4349b /src/facetron.c
parentcfb7502b9b6cfaee06433a584f139e5a3e30100e (diff)
Update beam parameters and reduce debug output
Diffstat (limited to 'src/facetron.c')
-rw-r--r--src/facetron.c2
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++ ) {