Skip to content

Commit 78bf0f8

Browse files
fix default setfield
1 parent bb73490 commit 78bf0f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/default.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ end
4242
end
4343

4444
# Handle special case of Column-pivoted QR fallback for LU
45-
function __setfield!(cache::DefaultLinearSolverInit, alg::DefaultLinearSolver, v::QRFactorization{ColumnNorm})
46-
45+
function __setfield!(cache::DefaultLinearSolverInit, alg::DefaultLinearSolver, v::LinearAlgebra.QRPivoted)
46+
setfield!(cache, :QRFactorizationPivoted, v)
4747
end
4848

4949
# Legacy fallback

0 commit comments

Comments
 (0)