From d16071266043b374408ac0bd14fab1d8042e6e08 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 10 Jun 2013 16:23:50 +0200 Subject: Add comment --- libcrystfel/src/integration.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libcrystfel') diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c index 0e174139..50b4d7b5 100644 --- a/libcrystfel/src/integration.c +++ b/libcrystfel/src/integration.c @@ -413,6 +413,7 @@ static void fit_bg(struct intcontext *ic, struct peak_box *bx) show_matrix_eqn(ic->bgm, v, 3); } + /* SVD is massive overkill here */ ans = solve_svd(v, ic->bgm); gsl_vector_free(v); -- cgit v1.2.3