Skip to content

Commit

Permalink
Add extra argument to get_species_input()
Browse files Browse the repository at this point in the history
Was missed in #308.
  • Loading branch information
johnomotani committed Jan 31, 2025
1 parent 0667722 commit 2211555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_scripts/gyroaverage_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function create_test_composition()
"mn_over_mi" => mn_over_mi, "me_over_mi" => me_over_mi,
"recycling_fraction" => recycling_fraction,
"ion_physics" => ion_physics)
return get_species_input(OptionsDict("composition" => species_opts))
return get_species_input(OptionsDict("composition" => species_opts), false)
end

function fill_test_arrays!(phi,gphi,vperp,z,r,geometry,kz,kr,phasez,phaser)
Expand Down

0 comments on commit 2211555

Please sign in to comment.