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 57527c9 commit f2bf9baCopy full SHA for f2bf9ba
src/integral.jl
@@ -52,7 +52,7 @@ function _integral(
52
return QuadGK.quadgk(integrand, zero(FP), one(FP); rule.kwargs...)[1]
53
elseif N == 2
54
# Issue deprecation warning
55
- Base.depwarn("Use `HAdaptiveCubature` instead of nested `GaussKronrod` rules.", :integral)
+ #Base.depwarn("Use `HAdaptiveCubature` instead of nested `GaussKronrod` rules.", :integral)
56
57
# Nested integration
58
integrand(u, v) = f(geometry(u, v)) * differential(geometry, (u, v), diff_method)
0 commit comments