Skip to content

Commit 5aeae73

Browse files
committed
remove superfluoius type parameter
1 parent 4e81bb3 commit 5aeae73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sparsematrixlnk.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ $(SIGNATURES)
100100
101101
Constructor of empty matrix.
102102
"""
103-
SparseMatrixLNK(m, n) where {Tv} =SparseMatrixLNK(Float64,m,n)
103+
SparseMatrixLNK(m, n) =SparseMatrixLNK(Float64,m,n)
104104

105105

106106
"""

0 commit comments

Comments
 (0)