Skip to content

Commit cc8a11d

Browse files
committed
fix in consistent_impl
1 parent 7bdb365 commit cc8a11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/p_sparse_matrix.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ function psparse_assemble_impl(
16681668

16691669
function _psparse_assemble_impl(
16701670
A,
1671-
::Type{<:AbstractSplitMatrix},
1671+
::T,
16721672
rows;
16731673
reuse=Val(false),
16741674
assembly_neighbors_options_cols=(;))

0 commit comments

Comments
 (0)