Skip to content

Commit c504806

Browse files
committed
make default verbose a LInearVerbosity
1 parent baec734 commit c504806

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::LinearVerbosity = false,
146+
verbose::LinearVerbosity = LinearVerbosity(),
147147
Pl = nothing,
148148
Pr = nothing,
149149
assumptions = OperatorAssumptions(issquare(prob.A)),

0 commit comments

Comments
 (0)