Skip to content

Commit cb2d5ef

Browse files
committed
fix in consistent_impl
1 parent 851b3b1 commit cb2d5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/p_sparse_matrix.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1933,9 +1933,9 @@ function psparse_consistent_impl(
19331933

19341934
function _psparse_consistent_impl(
19351935
A,
1936-
::T,
1936+
::Type{T},
19371937
rows_co;
1938-
reuse=Val(false))
1938+
reuse=Val(false)) where T<:AbstractSplitMatrix
19391939
@assert matching_own_indices(axes(A,1),PRange(rows_co))
19401940
rows_fa = partition(axes(A,1))
19411941
cols_fa = partition(axes(A,2))

0 commit comments

Comments
 (0)