Skip to content

Commit 6c6250a

Browse files
Update src/factorization.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b999354 commit 6c6250a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factorization.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ This e.g. allows for Automatic Differentiation (AD) of a sparse-matrix solve.
10481048
struct SparspakFactorization <: AbstractSparseFactorization
10491049
reuse_symbolic::Bool
10501050

1051-
function SparspakFactorization(;reuse_symbolic = true, throwerror = true)
1051+
function SparspakFactorization(; reuse_symbolic = true, throwerror = true)
10521052
ext = Base.get_extension(@__MODULE__, :LinearSolveSparspakExt)
10531053
if throwerror && ext === nothing
10541054
error("SparspakFactorization requires that Sparspak is loaded, i.e. `using Sparspak`")

0 commit comments

Comments
 (0)