Skip to content

Commit 5d70e39

Browse files
run formatter
1 parent e998c8e commit 5d70e39

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/solvers/dgmulti/dg_manifold_covariant.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function Trixi.calc_interface_flux!(cache, surface_integral::SurfaceIntegralWeak
9797
uP = u_face_values[idP]
9898
auxM = aux_face_values[idM]
9999
auxP = aux_face_values[idP]
100-
100+
101101
# Transform uP to the same coordinate system as uM
102102
uP_global = contravariant2global(uP, auxP, equations)
103103
uP_transformed_to_M = global2contravariant(uP_global, auxM, equations)

test/test_threaded.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ end
3636
@test_trixi_include(abspath(joinpath(EXAMPLES_DIR, "shallow_water/covariant",
3737
"elixir_tri_barotropic_instability.jl")),
3838
l2=[41.05018196765347, 0.04598801953369521, 0.03324228006147076],
39-
linf=[202.17195189961058, 0.2046503536574818, 0.14813768215260187],
39+
linf=[
40+
202.17195189961058,
41+
0.2046503536574818,
42+
0.14813768215260187
43+
],
4044
polydeg=3,
4145
initial_refinement_level=1,
4246
tspan=(0.0, 1.0 * SECONDS_PER_DAY))

0 commit comments

Comments
 (0)