Skip to content

Commit 05bff1f

Browse files
committed
make verbose be a LinearVerbosity
1 parent 9e7f7ff commit 05bff1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function SciMLBase.init(prob::LinearProblem, alg::SciMLLinearSolveAlgorithm,
143143
abstol = default_tol(real(eltype(prob.b))),
144144
reltol = default_tol(real(eltype(prob.b))),
145145
maxiters::Int = length(prob.b),
146-
verbose::Bool = false,
146+
verbose::LinearVerbosity = false,
147147
Pl = nothing,
148148
Pr = nothing,
149149
assumptions = OperatorAssumptions(issquare(prob.A)),

0 commit comments

Comments
 (0)