Skip to content

Commit b6773ed

Browse files
Fix typo on non v1.9 extension loading
Fixes #174
1 parent 24d49f4 commit b6773ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/FiniteDiffBandedMatricesExt.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if isdefined(Base, :get_extension)
55
using BandedMatrices: BandedMatrices
66
else
77
using ..FiniteDiff: FiniteDiff, ArrayInterface
8-
using ..BandedMatrices: BlockBandedMatrices
8+
using ..BandedMatrices: BandedMatrices
99
end
1010

1111
FiniteDiff._use_findstructralnz(::BandedMatrices.BandedMatrix) = false

0 commit comments

Comments
 (0)