Skip to content

Commit 7d682ec

Browse files
committed
fix
1 parent a27a0b1 commit 7d682ec

File tree

1 file changed

+1
-1
lines changed
  • lib/NonlinearSolveFirstOrder/src

1 file changed

+1
-1
lines changed

lib/NonlinearSolveFirstOrder/src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function SciMLBase.__init(
170170
prob, alg, prob.f, fu, u, prob.p;
171171
stats, alg.autodiff, linsolve, alg.jvp_autodiff, alg.vjp_autodiff
172172
)
173-
J = reused_jacobian(jac_cache, cache.u)
173+
J = reused_jacobian(jac_cache, u)
174174

175175
descent_cache = InternalAPI.init(
176176
prob, alg.descent, J, fu, u; stats, abstol, reltol, internalnorm,

0 commit comments

Comments
 (0)