Skip to content

Commit 7abe886

Browse files
committed
replace
1 parent 3228978 commit 7abe886

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/LinearSolveSparseArraysExt.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function LinearSolve.init_cacheval(
131131
alg::LUFactorization, A::LinearSolve.GPUArraysCore.AnyGPUArray, b, u,
132132
Pl, Pr,
133133
maxiters::Int, abstol, reltol,
134-
verbose::Bool, assumptions::OperatorAssumptions)
134+
verbose::LinearVerbosity, assumptions::OperatorAssumptions)
135135
ArrayInterface.lu_instance(A)
136136
end
137137

@@ -148,7 +148,7 @@ function LinearSolve.init_cacheval(
148148
alg::UMFPACKFactorization, A::LinearSolve.GPUArraysCore.AnyGPUArray, b, u,
149149
Pl, Pr,
150150
maxiters::Int, abstol, reltol,
151-
verbose::Bool, assumptions::OperatorAssumptions)
151+
verbose::LinearVerbosity, assumptions::OperatorAssumptions)
152152
nothing
153153
end
154154

@@ -227,7 +227,7 @@ function LinearSolve.init_cacheval(
227227
alg::KLUFactorization, A::LinearSolve.GPUArraysCore.AnyGPUArray, b, u,
228228
Pl, Pr,
229229
maxiters::Int, abstol, reltol,
230-
verbose::Bool, assumptions::OperatorAssumptions)
230+
verbose::LinearVerbosity, assumptions::OperatorAssumptions)
231231
nothing
232232
end
233233

0 commit comments

Comments
 (0)