aboutsummaryrefslogtreecommitdiff
path: root/tests/prof2d_check.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-07-24 15:43:13 +0200
committerThomas White <taw@physics.org>2014-07-24 15:43:13 +0200
commit901c99a1dbe1b9f93b8ecc3bff7bc6b80cc59904 (patch)
treedc16feaf83c14c3cbbdae461de378ae270614d94 /tests/prof2d_check.c
parent7141d24cce2edfcafae40dce6213c108798e9dc5 (diff)
Suspend indexing statistics while --int-diag is displaying
Diffstat (limited to 'tests/prof2d_check.c')
-rw-r--r--tests/prof2d_check.c2
1 files changed, 1 insertions, 1 deletions
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");