Skip to content

Commit 0394b01

Browse files
committed
Remove outdated TODOs
1 parent 0614602 commit 0394b01

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

examples/tree_2d_dgsem/elixir_mhdmultiion_ec.jl

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ using Trixi
44

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

src/equations/ideal_glm_mhd_multiion_2d.jl

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ mutable struct IdealGlmMhdMultiIonEquations2D{NVARS, NCOMP, RealT <: Real,
8484
end
8585
end
8686

87-
# TODO: Add default values
8887
function IdealGlmMhdMultiIonEquations2D(; gammas, charge_to_mass,
8988
gas_constants = zero(SVector{length(gammas),
9089
eltype(gammas)}),

0 commit comments

Comments
 (0)