Skip to content

Commit 9a3ba67

Browse files
committed
Format
1 parent d5842f5 commit 9a3ba67

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

test/test_2d_euler_gravity.jl

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ end
2424
"elixir_euler_gravity_equilibrium.jl"),
2525
l2=[0.0, 0.0, 0.0, 0.0, 0.0],
2626
linf=[0.0, 0.0, 0.0, 0.0, 0.0],
27-
volume_flux=(flux_kennedy_gruber, flux_nonconservative_waruszewski),
28-
surface_flux=(flux_kennedy_gruber, flux_nonconservative_waruszewski))
27+
volume_flux=(flux_kennedy_gruber,
28+
flux_nonconservative_waruszewski_etal),
29+
surface_flux=(flux_kennedy_gruber,
30+
flux_nonconservative_waruszewski_etal))
2931
# Ensure that we do not have excessive memory allocations
3032
# (e.g., from type instabilities)
3133
let
@@ -41,8 +43,8 @@ end
4143
"elixir_euler_gravity_equilibrium.jl"),
4244
l2=[0.0, 0.0, 0.0, 0.0, 0.0],
4345
linf=[0.0, 0.0, 0.0, 0.0, 0.0],
44-
volume_flux=(flux_ranocha, flux_nonconservative_waruszewski),
45-
surface_flux=(flux_ranocha, flux_nonconservative_waruszewski))
46+
volume_flux=(flux_ranocha, flux_nonconservative_waruszewski_etal),
47+
surface_flux=(flux_ranocha, flux_nonconservative_waruszewski_etal))
4648
# Ensure that we do not have excessive memory allocations
4749
# (e.g., from type instabilities)
4850
let

0 commit comments

Comments
 (0)