From 104d543c538a07f30bb34bf916dd28359327c7d5 Mon Sep 17 00:00:00 2001 From: Daniel_Doehring Date: Fri, 10 Jan 2025 11:07:13 +0100 Subject: [PATCH] blank line --- examples/tree_1d_dgsem/elixir_advection_perk2.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/tree_1d_dgsem/elixir_advection_perk2.jl b/examples/tree_1d_dgsem/elixir_advection_perk2.jl index 66288e7307..ce70c2ddcd 100644 --- a/examples/tree_1d_dgsem/elixir_advection_perk2.jl +++ b/examples/tree_1d_dgsem/elixir_advection_perk2.jl @@ -2,7 +2,6 @@ # Convex and ECOS are imported because they are used for finding the optimal time step and optimal # monomial coefficients in the stability polynomial of PERK time integrators. using Convex, ECOS - # We use time integration methods implemented in Trixi.jl, but we need the `CallbackSet` using OrdinaryDiffEq: CallbackSet using Trixi