Skip to content

Commit 95aadf8

Browse files
Merge pull request #175 from JuliaDiff/ChrisRackauckas-patch-1
Fix typo on non v1.9 extension loading
2 parents 24d49f4 + b6773ed commit 95aadf8

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)