Skip to content

Commit 629276d

Browse files
committed
Update interfaceimpl.jl
1 parent f89cfba commit 629276d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaceimpl.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ subblockbandwidths(A::BlockedMatrix{<:Any,<:Any,<:NTuple{2,BlockedOneTo{Int,<:Ab
8484

8585

8686
## BlockVector
87-
subblockbandwidths(a::AbstractBlockVector) = (blocksize(a,1)-1, 0)
87+
subblockbandwidths(a::AbstractVector) = (blocksize(a,1)-1, 0)

0 commit comments

Comments
 (0)