Skip to content

Commit

Permalink
Add missing kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold authored Sep 26, 2024
1 parent da5efce commit c4df7cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/integral_aliases.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ Algorithm types available:
function volumeintegral(
f::F,
geometry::G,
rule::I
rule::I;
kwargs...
) where {F <: Function, G <: Meshes.Geometry, I <: IntegrationRule}
N = Meshes.paramdim(geometry)

Expand Down

0 comments on commit c4df7cc

Please sign in to comment.