Skip to content

Commit

Permalink
Remove outdated TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
amrueda committed Dec 17, 2024
1 parent 0614602 commit 0394b01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/tree_2d_dgsem/elixir_mhdmultiion_ec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ using Trixi

###############################################################################
# semidiscretization of the ideal multi-ion MHD equations
# TODO: remove un-needed parameters and add test for collisions
equations = IdealGlmMhdMultiIonEquations2D(gammas = (1.4, 1.667),
charge_to_mass = (1.0, 2.0))

Expand Down
1 change: 0 additions & 1 deletion src/equations/ideal_glm_mhd_multiion_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ mutable struct IdealGlmMhdMultiIonEquations2D{NVARS, NCOMP, RealT <: Real,
end
end

# TODO: Add default values
function IdealGlmMhdMultiIonEquations2D(; gammas, charge_to_mass,
gas_constants = zero(SVector{length(gammas),
eltype(gammas)}),
Expand Down

0 comments on commit 0394b01

Please sign in to comment.