diff options
author | Thomas White <taw@physics.org> | 2013-08-09 17:52:36 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-08-12 10:38:19 +0200 |
commit | ecfe23ca70540e2f8ee6efb600c7b577d95f236f (patch) | |
tree | 28392b1652b7939c5c385a3d057a1f5d31f05024 /libcrystfel/src/integration.c | |
parent | 9f48b5952cd894ae44cff93a2451963418cd15d3 (diff) |
Improve show_matrix_eqn()
Diffstat (limited to 'libcrystfel/src/integration.c')
-rw-r--r-- | libcrystfel/src/integration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c index 0b82d9e5..2816784f 100644 --- a/libcrystfel/src/integration.c +++ b/libcrystfel/src/integration.c @@ -411,7 +411,7 @@ static void fit_bg(struct intcontext *ic, struct peak_box *bx) } if ( bx->verbose ) { - show_matrix_eqn(bx->bgm, v, 3); + show_matrix_eqn(bx->bgm, v); } /* SVD is massive overkill here */ |