Skip to content

Commit a20d543

Browse files
committed
fix spacing
1 parent 92b7d01 commit a20d543

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/linalg.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ sub_materialize(::BlockLayout{<:AbstractBandedLayout}, V, _) = BlockBandedMatrix
105105
strides(V::SubBlockSkylineMatrix{<:Any,LL,UU,<:Union{BlockRange1,Block1},Block1}) where {LL,UU} =
106106
(1,parent(V).block_sizes.block_strides[Int(parentindices(V)[2].block)])
107107

108+
108109
function Base.cconvert(::Type{Ptr{T}}, V::SubBlockSkylineMatrix{T,LL,UU,<:Union{BlockRange1,Block1},Block1}) where {T,LL,UU}
109110
V
110111
end

0 commit comments

Comments
 (0)