Skip to content

Commit

Permalink
Merge pull request #175 from JuliaDiff/ChrisRackauckas-patch-1
Browse files Browse the repository at this point in the history
Fix typo on non v1.9 extension loading
  • Loading branch information
ChrisRackauckas authored May 31, 2023
2 parents 24d49f4 + b6773ed commit 95aadf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/FiniteDiffBandedMatricesExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if isdefined(Base, :get_extension)
using BandedMatrices: BandedMatrices
else
using ..FiniteDiff: FiniteDiff, ArrayInterface
using ..BandedMatrices: BlockBandedMatrices
using ..BandedMatrices: BandedMatrices
end

FiniteDiff._use_findstructralnz(::BandedMatrices.BandedMatrix) = false
Expand Down

0 comments on commit 95aadf8

Please sign in to comment.