Skip to content

Commit

Permalink
Update distribution_functions.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
pnavaro committed Nov 29, 2023
1 parent 7174594 commit 0de3c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distribution_functions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $(SIGNATURES)
Initialize the distribution function for the Landau damping test case
```math
f(x,v,t=0) = \\frac{1}{\\sqrt{2\\pi}} ( 1 + \\cos{kx \cdot x} ) \\exp (-\\frac{v^2}{2})
f(x,v,t=0) = \\frac{1}{\\sqrt{2\\pi}} ( 1 + \\cos{kx \\cdot x} ) \\exp (-\\frac{v^2}{2})
```
"""
Expand Down

0 comments on commit 0de3c62

Please sign in to comment.