From 6026a3eaf235b59671ac2437e0c9a4fa8878b856 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 17 May 2021 11:37:21 +0200 Subject: Resolve FIXMEs and TODOs Prompted by the article linked below, for each FIXME/TODO I've either referenced an issue in the tracker, or removed it if it's not worth fixing. https://schleiss.io/plotting-source-code-todos-for-open-source-projects --- libcrystfel/src/integration.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcrystfel/src/integration.c') 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); -- cgit v1.2.3