Skip to content

Commit a22e705

Browse files
committed
conversion fix
1 parent 92cab57 commit a22e705

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
@@ -173,4 +173,4 @@ function SparseArrays.sparse(L::KroneckerSumMap)
173173
end
174174

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

0 commit comments

Comments
 (0)