Skip to content

Commit bfdfa16

Browse files
committed
use LinearVerbosity for verbose
1 parent a8f4e96 commit bfdfa16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearSolveSparseArraysExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ function LinearSolve.init_cacheval(
361361
end
362362

363363
function LinearSolve.init_cacheval(alg::QRFactorization, A::SparseMatrixCSC{Float64, <:Integer}, b, u, Pl, Pr,
364-
maxiters::Int, abstol, reltol, verbose::Bool,
364+
maxiters::Int, abstol, reltol, verbose::LinearVerbosity,
365365
assumptions::OperatorAssumptions)
366366
LinearSolve.ArrayInterface.qr_instance(convert(AbstractMatrix, A), alg.pivot)
367367
end

0 commit comments

Comments
 (0)