Skip to content

Commit

Permalink
missing ellfac
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsull committed Aug 13, 2024
1 parent 7b30704 commit 674271b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ end
sf_e = source_grid_P(𝕡, bg, ih, k_grid, BasicNewtonian())

ℓs = 10:10:2500 #pretty coarse but ok - enough to see wiggles even at 20
ℓfac = ℓs.*(ℓs.+1) ./ (2π)
Cℓtt = cltt(ℓs, 𝕡, bg, ih, sf_t)
Cℓte = clte(ℓs, 𝕡, bg, ih, sf_t,sf_e)
Cℓee = clee(ℓs, 𝕡, bg, ih, sf_e)
Expand Down

0 comments on commit 674271b

Please sign in to comment.