Skip to content

Commit cd2ed88

Browse files
committed
conversion fix
1 parent 7ff2598 commit cd2ed88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conversion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ function SparseArrays.sparse(L::KroneckerSumMap)
167167
end
168168

169169
# FillMap
170-
Base.Matrix(A::FillMap) = fill(A.λ, size(A))
170+
Base.Matrix{T}(A::FillMap) where {T} = fill(T(A.λ), size(A))

0 commit comments

Comments
 (0)