Skip to content

Commit

Permalink
Remove obsoleted methods
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold committed Sep 22, 2024
1 parent 02b4622 commit 2695d8c
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/integral_line.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,23 +29,6 @@ function _integral_1d(
return QuadGK.quadgk(integrand, FP(0), FP(1); settings.kwargs...)[1]
end

function _integral_1d(
f,
geometry,
settings::HAdaptiveCubature,
)
return _integral(f, geometry, settings)
end

function _integral_1d(
f,
geometry,
settings::HAdaptiveCubature,
FP::Type{T}
) where {T<:AbstractFloat}
return _integral(f, geometry, settings, FP)
end


################################################################################
# Specialized Methods for BezierCurve
Expand Down

0 comments on commit 2695d8c

Please sign in to comment.