aboutsummaryrefslogtreecommitdiff
path: root/src/calibrate_detector.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-10-11 10:57:46 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:02 +0100
commita22d0dc84c4411ca1b4583ac7857d5301c690f7c (patch)
treeb7639b8813ef6c8f97160fb8d8a8391a27664eea /src/calibrate_detector.c
parenta7d2cab127719eeef82584664b1abbbee06656c4 (diff)
indexamajig: Use new thread pool
Diffstat (limited to 'src/calibrate_detector.c')
-rw-r--r--src/calibrate_detector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c
index ccf577dd..0d613849 100644
--- a/src/calibrate_detector.c
+++ b/src/calibrate_detector.c
@@ -389,7 +389,7 @@ int main(int argc, char *argv[])
do {
n_done = run_threads(nthreads, add_image, get_image,
- (void *)&qargs, chunk_size);
+ (void *)&qargs, NULL, chunk_size);
n_images += n_done;