summaryrefslogtreecommitdiff
path: root/nlsolve.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-02-09 14:55:29 +0100
committerAnton Khirnov <anton@khirnov.net>2018-02-09 15:06:22 +0100
commit0bc654a449de9308beaad98ee00861338654a447 (patch)
tree7cc49b8da8e699e9a1cfd31fd6d3358453ae77f1 /nlsolve.h
parent56b797850884656ae28eef80560563ccf42db007 (diff)
Attempt to enforce regularity at origin.origin_regularity
probably useless, committing half-done in case it's ever needed again
Diffstat (limited to 'nlsolve.h')
-rw-r--r--nlsolve.h2
1 files changed, 1 insertions, 1 deletions
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);