summaryrefslogtreecommitdiff
path: root/nlsolve.h
diff options
context:
space:
mode:
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);