From f40412ac509a516ab3450107192c6bbd506f9e5a Mon Sep 17 00:00:00 2001 From: Daniel_Doehring Date: Mon, 20 Nov 2023 21:51:39 +0100 Subject: [PATCH] typo --- test/test_parabolic_2d.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_parabolic_2d.jl b/test/test_parabolic_2d.jl index c4caa0daeba..6632cd0bb27 100644 --- a/test/test_parabolic_2d.jl +++ b/test/test_parabolic_2d.jl @@ -545,7 +545,7 @@ end @test_trixi_include(joinpath(examples_dir(), "p4est_2d_dgsem", "elixir_advection_diffusion_periodic_amr.jl"), tspan=(0.0, 0.01), - l2=[00.014715887539773128], + l2=[0.014715887539773128], linf=[0.2285802791900049]) # Ensure that we do not have excessive memory allocations # (e.g., from type instabilities)