Skip to content

Commit 77c8067

Browse files
committed
replace
1 parent 9b0857f commit 77c8067

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
@@ -123,7 +123,7 @@ function LinearSolve.init_cacheval(
123123
alg::LUFactorization, A::LinearSolve.GPUArraysCore.AnyGPUArray, b, u,
124124
Pl, Pr,
125125
maxiters::Int, abstol, reltol,
126-
verbose::Bool, assumptions::OperatorAssumptions)
126+
verbose::LinearVerbosity, assumptions::OperatorAssumptions)
127127
ArrayInterface.lu_instance(A)
128128
end
129129

@@ -140,7 +140,7 @@ function LinearSolve.init_cacheval(
140140
alg::UMFPACKFactorization, A::LinearSolve.GPUArraysCore.AnyGPUArray, b, u,
141141
Pl, Pr,
142142
maxiters::Int, abstol, reltol,
143-
verbose::Bool, assumptions::OperatorAssumptions)
143+
verbose::LinearVerbosity, assumptions::OperatorAssumptions)
144144
nothing
145145
end
146146

@@ -219,7 +219,7 @@ function LinearSolve.init_cacheval(
219219
alg::KLUFactorization, A::LinearSolve.GPUArraysCore.AnyGPUArray, b, u,
220220
Pl, Pr,
221221
maxiters::Int, abstol, reltol,
222-
verbose::Bool, assumptions::OperatorAssumptions)
222+
verbose::LinearVerbosity, assumptions::OperatorAssumptions)
223223
nothing
224224
end
225225

0 commit comments

Comments
 (0)