diff options
author | Thomas White <taw@physics.org> | 2014-07-24 15:43:13 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-07-24 15:43:13 +0200 |
commit | 901c99a1dbe1b9f93b8ecc3bff7bc6b80cc59904 (patch) | |
tree | dc16feaf83c14c3cbbdae461de378ae270614d94 /tests/integration_check.c | |
parent | 7141d24cce2edfcafae40dce6213c108798e9dc5 (diff) |
Suspend indexing statistics while --int-diag is displaying
Diffstat (limited to 'tests/integration_check.c')
-rw-r--r-- | tests/integration_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_check.c b/tests/integration_check.c index 701d8be7..b5dbea67 100644 --- a/tests/integration_check.c +++ b/tests/integration_check.c @@ -146,7 +146,7 @@ int main(int argc, char *argv[]) } setup_ring_masks(&ic, ir_inn, ir_mid, ir_out); - integrate_rings_once(refl, &image, &ic, cell); + integrate_rings_once(refl, &image, &ic, cell, 0); cell_free(cell); |