diff options
author | Thomas White <taw@physics.org> | 2013-06-10 16:23:50 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-06-10 16:23:50 +0200 |
commit | d16071266043b374408ac0bd14fab1d8042e6e08 (patch) | |
tree | 74a3c8044c9a4be6df2f2e421532287449fb9c9a | |
parent | fedf99d403d1ed032b7e0cb4743b9628e08d58c4 (diff) |
Add comment
-rw-r--r-- | libcrystfel/src/integration.c | 1 |
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); |