Skip to content

Commit 80a5e82

Browse files
authored
typo
1 parent 34743d2 commit 80a5e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqDifferentiation/src/linsolve_utils.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function dolinsolve(integrator, linsolve; A = nothing, linu = nothing, b = nothi
1414
reinit!(linsolve; A)
1515
else
1616
(;u, p, t) = integrator
17-
du = hasproperty(integrator) ? integrator.du : nothing
17+
du = hasproperty(integrator, :du) ? integrator.du : nothing
1818
p = (du, u, p, t)
1919
reinit!(linsolve; A, p)
2020
end

0 commit comments

Comments
 (0)