Skip to content

Commit f2bf9ba

Browse files
committed
Sanity check
1 parent 57527c9 commit f2bf9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integral.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function _integral(
5252
return QuadGK.quadgk(integrand, zero(FP), one(FP); rule.kwargs...)[1]
5353
elseif N == 2
5454
# Issue deprecation warning
55-
Base.depwarn("Use `HAdaptiveCubature` instead of nested `GaussKronrod` rules.", :integral)
55+
#Base.depwarn("Use `HAdaptiveCubature` instead of nested `GaussKronrod` rules.", :integral)
5656

5757
# Nested integration
5858
integrand(u, v) = f(geometry(u, v)) * differential(geometry, (u, v), diff_method)

0 commit comments

Comments
 (0)