Skip to content

Commit 68185d8

Browse files
Fix butterfly merge
1 parent a76034d commit 68185d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearSolveRecursiveFactorizationExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function SciMLBase.solve!(cache::LinearSolve.LinearCache, alg::ButterflyFactoriz
141141
end
142142

143143
function LinearSolve.init_cacheval(alg::ButterflyFactorization, A, b, u, Pl, Pr, maxiters::Int,
144-
abstol, reltol, verbose::Bool, assumptions::LinearSolve.OperatorAssumptions)
144+
abstol, reltol, verbose::Union{LinearVerbosity, Bool}, assumptions::LinearSolve.OperatorAssumptions)
145145
ws = RecursiveFactorization.🦋workspace(A, b), RecursiveFactorization.lu!(rand(1, 1), Val(false), alg.thread)
146146
end
147147

0 commit comments

Comments
 (0)