Skip to content

Commit 791f557

Browse files
committed
typo
1 parent 67f869d commit 791f557

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/OrdinaryDiffEqDifferentiation/src/linsolve_utils.jl

-3
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)