Skip to content

Commit 15a78f9

Browse files
authored
Update function signature since not passing through
1 parent 06aadad commit 15a78f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/integral.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ function _integral(
4141
f,
4242
geometry,
4343
rule::GaussKronrod;
44-
kwargs...
45-
)
44+
FP::Type{T} = Float64,
45+
diff_method::DM = _default_method(geometry)
46+
) where {DM <: DifferentiationMethod, T <: AbstractFloat}
4647
# Pass through to dim-specific workers in next section of this file
4748
N = Meshes.paramdim(geometry)
4849
if N == 1

0 commit comments

Comments
 (0)