We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06aadad commit 15a78f9Copy full SHA for 15a78f9
src/integral.jl
@@ -41,8 +41,9 @@ function _integral(
41
f,
42
geometry,
43
rule::GaussKronrod;
44
- kwargs...
45
-)
+ FP::Type{T} = Float64,
+ diff_method::DM = _default_method(geometry)
46
+) where {DM <: DifferentiationMethod, T <: AbstractFloat}
47
# Pass through to dim-specific workers in next section of this file
48
N = Meshes.paramdim(geometry)
49
if N == 1
0 commit comments