From 901c99a1dbe1b9f93b8ecc3bff7bc6b80cc59904 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 24 Jul 2014 15:43:13 +0200 Subject: Suspend indexing statistics while --int-diag is displaying --- tests/integration_check.c | 2 +- tests/prof2d_check.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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); diff --git a/tests/prof2d_check.c b/tests/prof2d_check.c index 75b9748e..a1c89d36 100644 --- a/tests/prof2d_check.c +++ b/tests/prof2d_check.c @@ -177,7 +177,7 @@ int main(int argc, char *argv[]) reflist_free(list); /* integrate_prof2d() will predict again */ integrate_prof2d(INTEGRATION_PROF2D, PMODEL_SPHERE, cr, &image, - INTDIAG_NONE, 0, 0, 0, ir_inn, ir_mid, ir_out); + INTDIAG_NONE, 0, 0, 0, ir_inn, ir_mid, ir_out, 0); list = crystal_get_reflections(cr); printf("Weak reflections:\n"); -- cgit v1.2.3