Skip to content

Commit

Permalink
Update makie_post_processing/makie_post_processing/src/shared_utils.jl
Browse files Browse the repository at this point in the history
Co-authored-by: John Omotani <[email protected]>
  • Loading branch information
mrhardman and johnomotani authored Jul 31, 2024
1 parent 276d682 commit 9193a56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function get_composition(scan_input)
# ratio of the electron particle mass to the ion particle mass
me_over_mi = 1.0/1836.0
composition = species_composition(n_species, n_ion_species, n_neutral_species,
electron_physics, use_test_neutral_wall_pdf, T_e, T_wall, phi_wall, #Er_constant,
electron_physics, use_test_neutral_wall_pdf, T_e, T_wall, phi_wall,
mn_over_mi, me_over_mi, recycling_fraction, gyrokinetic_ions, allocate_float(n_species))
return composition

Expand Down

0 comments on commit 9193a56

Please sign in to comment.