diff --git a/lib/NonlinearSolveFirstOrder/src/solve.jl b/lib/NonlinearSolveFirstOrder/src/solve.jl index 56cbaac7b..f7f9a6cec 100644 --- a/lib/NonlinearSolveFirstOrder/src/solve.jl +++ b/lib/NonlinearSolveFirstOrder/src/solve.jl @@ -266,7 +266,7 @@ function InternalAPI.step!( end # In the 2nd call the `new_jacobian` is guaranteed to be `true`. cache.make_new_jacobian = true - InternalAPI.step!(cache; recompute_jacobian = true, kwargs...) + InternalAPI.step!(cache; recompute_jacobian = true, cache.kwargs...) return end end