Skip to content

Commit 7805485

Browse files
committed
fix default
1 parent d21bc8f commit 7805485

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
@@ -147,7 +147,7 @@ function __init(prob::LinearProblem, alg::SciMLLinearSolveAlgorithm,
147147
abstol = default_tol(real(eltype(prob.b))),
148148
reltol = default_tol(real(eltype(prob.b))),
149149
maxiters::Int = length(prob.b),
150-
verbose::LinearVerbosity = false,
150+
verbose::LinearVerbosity = LinearVerbosity(),
151151
Pl = nothing,
152152
Pr = nothing,
153153
assumptions = OperatorAssumptions(issquare(prob.A)),

0 commit comments

Comments
 (0)