Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscardssmith committed Sep 12, 2024
1 parent cf8714c commit fd35cc6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/OrdinaryDiffEqDifferentiation/src/linsolve_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,9 @@ function dolinsolve(integrator, linsolve; A = nothing, linu = nothing, b = nothi
end

#for backward compat delete soon
function wrapprecs(PL, PR, weight, u)
function wrapprecs(_Pl, _Pr, weight, u)
Pl = _Pl === nothing ? SciMLOperators.IdentityOperator(length(u)) : _Pl
return linsolver
Pr = _Pr === nothing ? SciMLOperators.IdentityOperator(length(u)) : _Pr
end
Pl, Pr
end
function wrapprecs(linsolver, W, weight)
Expand Down

0 comments on commit fd35cc6

Please sign in to comment.