Skip to content

Commit 23c101d

Browse files
fix parsing error
1 parent 7d0475c commit 23c101d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/default.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ function defaultalg(A, b, assump::OperatorAssumptions{true})
172172
RowNonZero()
173173
end
174174
end
175-
end
176175
alg = GenericLUFactorization(pivot)
177176
elseif (length(b) <= 100 || (isopenblas() && length(b) <= 500)) &&
178177
(A === nothing ? eltype(b) <: Union{Float32, Float64} :

0 commit comments

Comments
 (0)