aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-06-10 16:23:50 +0200
committerThomas White <taw@physics.org>2013-06-10 16:23:50 +0200
commitd16071266043b374408ac0bd14fab1d8042e6e08 (patch)
tree74a3c8044c9a4be6df2f2e421532287449fb9c9a /libcrystfel
parentfedf99d403d1ed032b7e0cb4743b9628e08d58c4 (diff)
Add comment
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/integration.c1
1 files changed, 1 insertions, 0 deletions
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);