Skip to content

Commit e08c6b8

Browse files
fix warning
1 parent bd71331 commit e08c6b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/factorization.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,7 @@ function init_cacheval(alg::GenericFactorization,
322322
end
323323

324324
# Cholesky needs the posdef matrix, for GenericFactorization assume structure is needed
325-
function init_cacheval(alg::Union{GenericFactorization,
326-
GenericFactorization{typeof(cholesky)},
325+
function init_cacheval(alg::Union{GenericFactorization{typeof(cholesky)},
327326
GenericFactorization{typeof(cholesky!)}}, A, b, u, Pl, Pr,
328327
maxiters::Int, abstol, reltol, verbose::Bool,
329328
assumptions::OperatorAssumptions)

0 commit comments

Comments
 (0)