From 391cd518774f6a0bd3489cb3d19634ba8b94d145 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 27 Aug 2021 13:37:18 +0200 Subject: init: cosmetics --- init.c | 1 + 1 file changed, 1 insertion(+) diff --git a/init.c b/init.c index dac0731..26b3b27 100644 --- a/init.c +++ b/init.c @@ -377,6 +377,7 @@ int td_solve(TDContext *td, double *coeffs_init[3]) ret = constraint_eval_alloc(td, td->nb_coeffs, nl->colloc_grid[0], a1, &ce); if (ret < 0) goto fail; + ret = tdi_nlsolve_solve(nl, teukolsky_constraint_eval, NULL, ce, s->coeffs_tmp, 0); tdi_constraint_eval_free(&ce); -- cgit v1.2.3