Skip to content

Commit a8cdd7d

Browse files
Update src/default.jl
1 parent 5fb30b3 commit a8cdd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function defaultalg(A::SparseMatrixCSC{Tv, Ti}, b,
4949
end
5050

5151
@static if INCLUDE_SPARSE
52-
for Tv in (:Float64, ComplexF64)
52+
for Tv in (:Float64, :ComplexF64)
5353
@eval begin function defaultalg(A::SparseMatrixCSC{$Tv, Ti}, b,
5454
::OperatorAssumptions{true}) where {Ti}
5555
if length(b) <= 10_000

0 commit comments

Comments
 (0)