Skip to content

Commit

Permalink
Fix import of external source function in electron_kinetic_equation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnomotani committed Sep 12, 2024
1 parent e8f2926 commit 150d05a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moment_kinetics/src/electron_kinetic_equation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ using ..electron_fluid_equations: electron_energy_equation!, electron_energy_res
using ..electron_z_advection: electron_z_advection!, update_electron_speed_z!
using ..electron_vpa_advection: electron_vpa_advection!, update_electron_speed_vpa!
using ..em_fields: update_phi!
using ..external_sources: external_electron_source!
using ..external_sources: total_external_electron_sources!
using ..file_io: get_electron_io_info, write_electron_state, finish_electron_io
using ..krook_collisions: electron_krook_collisions!
using ..moment_constraints: hard_force_moment_constraints!,
Expand Down
3 changes: 2 additions & 1 deletion moment_kinetics/src/external_sources.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export setup_external_sources!, external_ion_source!, external_neutral_source!,
initialize_external_source_amplitude!,
initialize_external_source_controller_integral!,
total_external_ion_sources!, total_external_neutral_sources!,
total_external_ion_source_controllers!, total_external_neutral_source_controllers!
total_external_ion_source_controllers!, total_external_neutral_source_controllers!,
external_electron_source!, total_external_electron_sources!

using ..array_allocation: allocate_float, allocate_shared_float
using ..calculus
Expand Down

0 comments on commit 150d05a

Please sign in to comment.