Skip to content

Commit e853d84

Browse files
committed
typo
1 parent d4ea754 commit e853d84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/OrdinaryDiffEqDifferentiation/src/linsolve_utils.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ function dolinsolve(integrator, linsolve; A = nothing, linu = nothing, b = nothi
99
linu !== nothing && (linsolve.u = linu)
1010

1111
_alg = unwrap_alg(integrator, true)
12-
13-
_Pl, _Pr = _alg.precs(linsolve.A, du, u, p, t, A !== nothing, Plprev, Prprev,
14-
solverdata)
1512
if !isnothing(A)
1613
(;du, u, p, t) = integrator
1714
p = isnothing(integrator) ? nothing : (du, u, p, t)

0 commit comments

Comments
 (0)