Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/krcools/BEAST.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
krcools committed Dec 20, 2024
2 parents 38e0207 + a27aa3f commit 12d987d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/quadrature/quadstrats.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ macro defaultquadstrat(dop, body)
error("@defaultquadstrat expects a first argument of the for (op,tfs,bfs) or (linform,tfs)")
end

struct SingleNumQStrat
quad_rule::Int
struct SingleNumQStrat{R}
quad_rule::R
end

function quadinfo(op, tfs, bfs; quadstrat=defaultquadstrat(op, tfs, bfs))
Expand Down

0 comments on commit 12d987d

Please sign in to comment.