From ec3f9f3d82c9841b1b6b2bfc7e33b95166321096 Mon Sep 17 00:00:00 2001 From: Michael Ingold Date: Thu, 26 Sep 2024 00:10:12 -0400 Subject: [PATCH] Drop unbound type parameter --- src/integral.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integral.jl b/src/integral.jl index 9327474c..efbb0d92 100644 --- a/src/integral.jl +++ b/src/integral.jl @@ -42,7 +42,7 @@ function _integral( geometry, rule::GaussKronrod; kwargs... -) where {T <: AbstractFloat} +) # Run the appropriate integral type N = Meshes.paramdim(geometry) if N == 1