Skip to content

Commit

Permalink
Drop unbound type parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold authored Sep 26, 2024
1 parent c4df7cc commit ec3f9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integral.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec3f9f3

Please sign in to comment.