Skip to content

Commit

Permalink
add missing function
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Mar 5, 2024
1 parent 8d391e4 commit 3160153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DataInterpolations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

using LinearAlgebra, RecipesBase
using PrettyTables
import FindFirstFunctions: searchsortedfirstcorrelated, bracketstrictlymontonic
import FindFirstFunctions: searchsortedfirstcorrelated, searchsortedlastcorrelated, bracketstrictlymontonic

include("interpolation_caches.jl")
include("interpolation_utils.jl")
Expand Down

0 comments on commit 3160153

Please sign in to comment.