Skip to content

Commit 2a075f9

Browse files
committed
fix
1 parent 671775f commit 2a075f9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqNonlinearSolve/src/newton.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ end
222222

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

228228
if DiffEqBase.has_stats(integrator)

0 commit comments

Comments
 (0)