Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibolm committed May 11, 2024
1 parent 814144c commit f71d920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_unit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,8 @@ end
@test_nowarn show(stdout, indicator_hg)

limiter_idp = SubcellLimiterIDP(true, [1], true, [1], ["variable"], 0.1,
true, [(Trixi.entropy_guermond_etal, min)], true, "cache",
1, (1.0, 1.0), 1.0, true, 1.0, nothing)
true, [(Trixi.entropy_guermond_etal, min)], true,
"cache", 1, (1.0, 1.0), 1.0, true, 1.0, nothing)
@test_nowarn show(stdout, limiter_idp)

limiter_mcl = SubcellLimiterMCL("cache", true, true, true, true, true, true, true,
Expand Down

0 comments on commit f71d920

Please sign in to comment.