Skip to content

Commit

Permalink
Fix docstring in electron_kinetic_equation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Sep 27, 2024
1 parent 3fa58c3 commit b8d42fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions moment_kinetics/src/electron_kinetic_equation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ using ..utils: get_minimum_CFL_z, get_minimum_CFL_vpa
using ..velocity_moments: integrate_over_vspace, calculate_electron_moment_derivatives!,
calculate_electron_moment_derivatives_no_r!

# Only needed so we can reference it in a docstring
import ..runge_kutta

"""
update_electron_pdf is a function that uses the electron kinetic equation
to solve for the updated electron pdf
Expand Down

0 comments on commit b8d42fa

Please sign in to comment.