Skip to content

Commit a379e16

Browse files
committed
use LinearVerbosity for verbose
1 parent d63010f commit a379e16

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
@@ -379,7 +379,7 @@ end
379379

380380
function LinearSolve.init_cacheval(
381381
alg::QRFactorization, A::SparseMatrixCSC{Float64, <:Integer}, b, u, Pl, Pr,
382-
maxiters::Int, abstol, reltol, verbose::Bool,
382+
maxiters::Int, abstol, reltol, verbose::LinearVerbosity,
383383
assumptions::OperatorAssumptions)
384384
ArrayInterface.qr_instance(convert(AbstractMatrix, A), alg.pivot)
385385
end

0 commit comments

Comments
 (0)