Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhardman committed Aug 12, 2024
1 parent 536e5f5 commit 67cfd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment_kinetics/debug_test/kinetic_electron_inputs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ test_input = OptionsDict("composition" => OptionsDict("n_ion_species" => 1,
"upar_amplitude" => 0.0,
"upar_phase" => 0.0,
"temperature_amplitude" => 0.0,
"temperature_phase1" => 0.0),
"temperature_phase" => 0.0),
"neutral_species_1" => OptionsDict("initial_density" => 1.0,
"initial_temperature" => 1.0),
"z_IC_neutral_species_1" => OptionsDict("initialization_option" => "gaussian",
Expand Down

0 comments on commit 67cfd2b

Please sign in to comment.