From 65bdcc9bc735de2ede3d0790a551df1c71664000 Mon Sep 17 00:00:00 2001 From: Daniel_Doehring Date: Sun, 12 Nov 2023 14:56:59 +0100 Subject: [PATCH] fmt --- test/test_tree_1d_mhd.jl | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/test/test_tree_1d_mhd.jl b/test/test_tree_1d_mhd.jl index 79e10de2e74..447572eee88 100644 --- a/test/test_tree_1d_mhd.jl +++ b/test/test_tree_1d_mhd.jl @@ -210,10 +210,15 @@ end @test_trixi_include(joinpath(EXAMPLES_DIR, "elixir_mhd_torrilhon_shock_tube.jl"), surface_flux=flux_hllc, l2=[ - 0.4574266553239646, 0.4794143154876439, 0.3407079689595056, 0.44797768430829343, 0.9206916204424165, 1.3216517820475193e-16, 0.2889748702415378, 0.25529778018020927 + 0.4574266553239646, 0.4794143154876439, 0.3407079689595056, + 0.44797768430829343, 0.9206916204424165, + 1.3216517820475193e-16, 0.2889748702415378, + 0.25529778018020927, ], linf=[ - 1.217943947570543, 0.8868438459815245, 0.878215340656725, 0.9710882819266371, 1.6742759645320984, 2.220446049250313e-16, 0.704710220504591, 0.6562122176458641 + 1.217943947570543, 0.8868438459815245, 0.878215340656725, + 0.9710882819266371, 1.6742759645320984, + 2.220446049250313e-16, 0.704710220504591, 0.6562122176458641, ]) # Ensure that we do not have excessive memory allocations # (e.g., from type instabilities)