Skip to content

Commit

Permalink
delete obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
James Cook committed Jan 21, 2025
1 parent 933d749 commit 52f939e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moment_kinetics/src/time_advance.jl
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ function setup_time_info(t_input, n_variables, code_time, dt_reload,
electron_preconditioner_type = Val(:electron_lu)
else
# Want to parallelise preconditioner, so use ADI method.
electron_preconditioner_type = Val(:electron_adi) # now actually MPIQR
electron_preconditioner_type = Val(:electron_adi)
end
else
if t_input["implicit_electron_time_evolving"] keys(electron_precon_types)
Expand Down

0 comments on commit 52f939e

Please sign in to comment.