Skip to content

Commit

Permalink
Update LinearSolveSparseArraysExt.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 16, 2025
1 parent 061ff64 commit ee924a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/LinearSolveSparseArraysExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function LinearSolve.defaultalg(A::AbstractSparseMatrixCSC{Tv, Ti}, b,
elseif ext === nothing
error("SparspakFactorization required for general sparse matrix types and with general Julia number types. Do `using Sparspak` in order to enable this functionality")
else
error("Unreachable reached. Please report this error with a reproducer."
error("Unreachable reached. Please report this error with a reproducer.")
end
end

Expand Down

0 comments on commit ee924a0

Please sign in to comment.