Skip to content

Commit 5910de1

Browse files
Merge pull request #244 from YingboMa/myb/fix
Fix spelling
2 parents 75c9a32 + fcc66e3 commit 5910de1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ArrayInterface.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ function __init__()
859859
end
860860

861861
has_sparsestruct(::Type{<:BandedMatrices.BandedMatrix}) = true
862-
is_structured(::Type{<:BandedMatrices.BandedMatrix}) = true
862+
isstructured(::Type{<:BandedMatrices.BandedMatrix}) = true
863863
fast_matrix_colors(::Type{<:BandedMatrices.BandedMatrix}) = true
864864

865865
function matrix_colors(A::BandedMatrices.BandedMatrix)
@@ -1066,8 +1066,8 @@ function __init__()
10661066

10671067
has_sparsestruct(::Type{<:BlockBandedMatrices.BlockBandedMatrix}) = true
10681068
has_sparsestruct(::Type{<:BlockBandedMatrices.BandedBlockBandedMatrix}) = true
1069-
is_structured(::Type{<:BlockBandedMatrices.BlockBandedMatrix}) = true
1070-
is_structured(::Type{<:BlockBandedMatrices.BandedBlockBandedMatrix}) = true
1069+
isstructured(::Type{<:BlockBandedMatrices.BlockBandedMatrix}) = true
1070+
isstructured(::Type{<:BlockBandedMatrices.BandedBlockBandedMatrix}) = true
10711071
fast_matrix_colors(::Type{<:BlockBandedMatrices.BlockBandedMatrix}) = true
10721072
fast_matrix_colors(::Type{<:BlockBandedMatrices.BandedBlockBandedMatrix}) = true
10731073

0 commit comments

Comments
 (0)