Skip to content

Commit

Permalink
remove mock system name
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Feb 5, 2024
1 parent 0cef599 commit a3283c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/general/semidiscretization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
system1 = System1()
system2 = System2()

TrixiParticles.timer_name(::System1) = "mock1"
TrixiParticles.timer_name(::System2) = "mock2"

TrixiParticles.u_nvariables(::System1) = 3
TrixiParticles.u_nvariables(::System2) = 4
TrixiParticles.v_nvariables(::System1) = 3
Expand Down

0 comments on commit a3283c9

Please sign in to comment.