Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith committed Sep 17, 2024
1 parent d8b84c3 commit ae7ee2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/OrdinaryDiffEqNonlinearSolve/src/newton.jl
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ end

make_new_W = is_always_new(nlsolver) || (iter == 1 && new_W)
linres = dolinsolve(integrator, linsolve; A = make_new_W ? W : nothing, b = _vec(b),
linu = dz, reltol)
linu = _vec(dz), reltol)
cache.linsolve = linres.cache

if DiffEqBase.has_stats(integrator)
Expand Down

0 comments on commit ae7ee2c

Please sign in to comment.