We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20523ef commit b8406d8Copy full SHA for b8406d8
src/models/neutrinos.jl
@@ -9,7 +9,7 @@ function massless_neutrinos(g; lmax = 6, name = :ν, kwargs...)
9
10
vars = @variables begin
11
F0(τ, k), [description = "Distribution function monopole"]
12
- F(τ, k)[1:lmax+1], [description = "Distribution function multipoles"]
+ F(τ, k)[1:lmax], [description = "Distribution function multipoles"]
13
δ(τ, k), [description = "Overdensity"]
14
θ(τ, k), [description = "Velocity divergence"]
15
σ(τ, k), [description = "Shear stress"]
0 commit comments