Skip to content

Commit fd35cc6

Browse files
committed
typo
1 parent cf8714c commit fd35cc6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/OrdinaryDiffEqDifferentiation/src/linsolve_utils.jl

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ function dolinsolve(integrator, linsolve; A = nothing, linu = nothing, b = nothi
3838
end
3939

4040
#for backward compat delete soon
41-
function wrapprecs(PL, PR, weight, u)
41+
function wrapprecs(_Pl, _Pr, weight, u)
4242
Pl = _Pl === nothing ? SciMLOperators.IdentityOperator(length(u)) : _Pl
43-
return linsolver
4443
Pr = _Pr === nothing ? SciMLOperators.IdentityOperator(length(u)) : _Pr
45-
end
4644
Pl, Pr
4745
end
4846
function wrapprecs(linsolver, W, weight)

0 commit comments

Comments
 (0)