Skip to content

Commit 3b029d9

Browse files
add missing term in dispatch
1 parent d480a21 commit 3b029d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factorization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ end
263263

264264
function init_cacheval(alg::UMFPACKFactorization, A, b, u, Pl, Pr, maxiters::Int, abstol,
265265
reltol,
266-
verbose)
266+
verbose::Bool, assumptions::OperatorAssumptions)
267267
A = convert(AbstractMatrix, A)
268268
zerobased = SparseArrays.getcolptr(A)[1] == 0
269269
res = SuiteSparse.UMFPACK.UmfpackLU(C_NULL, C_NULL, size(A, 1), size(A, 2),

0 commit comments

Comments
 (0)