aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/integration.c
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel/src/integration.c')
-rw-r--r--libcrystfel/src/integration.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c
index 45f5f677..b2b6ccfa 100644
--- a/libcrystfel/src/integration.c
+++ b/libcrystfel/src/integration.c
@@ -355,7 +355,7 @@ static void fit_gradient_bg(struct intcontext *ic, struct peak_box *bx)
}
}
- /* FIXME: SVD is massive overkill here */
+ /* SVD is massive overkill here, but the routine is right there. */
ans = solve_svd(v, bx->bgm, NULL, 0);
gsl_vector_free(v);