From 0bc654a449de9308beaad98ee00861338654a447 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 9 Feb 2018 14:55:29 +0100 Subject: Attempt to enforce regularity at origin. probably useless, committing half-done in case it's ever needed again --- nlsolve.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nlsolve.h') diff --git a/nlsolve.h b/nlsolve.h index 1d3fae5..0fa8e9e 100644 --- a/nlsolve.h +++ b/nlsolve.h @@ -101,7 +101,7 @@ void tdi_nlsolve_context_free(NLSolveContext **ctx); int tdi_nlsolve_solve(NLSolveContext *ctx, NLEqCallback eq_eval, NLEqJacobianCallback eq_jac_eval, - void *opaque, double *coeffs); + void *opaque, double *coeffs, double L); void tdi_nlsolve_print_stats(NLSolveContext *ctx); -- cgit v1.2.3