Skip to content

Commit

Permalink
Fix extra types
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Dec 26, 2022
1 parent 4ee53ac commit 93762b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LinearSolve"
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
authors = ["SciML"]
version = "1.32.0"
version = "1.32.1"

[deps]
ArrayInterfaceCore = "30b0a656-2188-435a-8636-2ec0e6a096e2"
Expand Down
2 changes: 1 addition & 1 deletion src/factorization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ function init_cacheval(alg::DiagonalFactorization, A, b, u, Pl, Pr, maxiters::In
end

function SciMLBase.solve(cache::LinearCache, alg::DiagonalFactorization;
kwargs...) where {P, T}
kwargs...)
A = cache.A
if cache.u isa Vector && cache.b isa Vector
@simd ivdep for i in eachindex(cache.u)
Expand Down

0 comments on commit 93762b9

Please sign in to comment.