Skip to content

Commit 1da71ff

Browse files
committed
replace
1 parent ed1b938 commit 1da71ff

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
@@ -136,7 +136,7 @@ function LinearSolve.init_cacheval(
136136
alg::LUFactorization, A::LinearSolve.GPUArraysCore.AnyGPUArray, b, u,
137137
Pl, Pr,
138138
maxiters::Int, abstol, reltol,
139-
verbose::Bool, assumptions::OperatorAssumptions)
139+
verbose::LinearVerbosity, assumptions::OperatorAssumptions)
140140
ArrayInterface.lu_instance(A)
141141
end
142142

@@ -152,7 +152,7 @@ function LinearSolve.init_cacheval(
152152
alg::UMFPACKFactorization, A::LinearSolve.GPUArraysCore.AnyGPUArray, b, u,
153153
Pl, Pr,
154154
maxiters::Int, abstol, reltol,
155-
verbose::Bool, assumptions::OperatorAssumptions)
155+
verbose::LinearVerbosity, assumptions::OperatorAssumptions)
156156
nothing
157157
end
158158

@@ -234,7 +234,7 @@ function LinearSolve.init_cacheval(
234234
alg::KLUFactorization, A::LinearSolve.GPUArraysCore.AnyGPUArray, b, u,
235235
Pl, Pr,
236236
maxiters::Int, abstol, reltol,
237-
verbose::Bool, assumptions::OperatorAssumptions)
237+
verbose::LinearVerbosity, assumptions::OperatorAssumptions)
238238
nothing
239239
end
240240

0 commit comments

Comments
 (0)