Skip to content

Commit 5eb6bfb

Browse files
committed
Sanity check part 2
1 parent f2bf9ba commit 5eb6bfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/integral.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ function _integral(
5656

5757
# Nested integration
5858
integrand(u, v) = f(geometry(u, v)) * differential(geometry, (u, v), diff_method)
59-
(v) = QuadGK.quadgk(u -> integrand(u, v), zero(FP), one(FP); rule.kwargs...)[1]
60-
return QuadGK.quadgk(, zero(FP), one(FP); rule.kwargs...)[1]
59+
(v) = QuadGK.quadgk(u -> integrand(u, v), zero(FP), one(FP); rule.kwargs...)[1]
60+
return QuadGK.quadgk(v -> ∫₁(v), zero(FP), one(FP); rule.kwargs...)[1]
6161
else
6262
_error_unsupported_combination("geometry with more than two parametric dimensions",
6363
"GaussKronrod")

0 commit comments

Comments
 (0)