From 29b81b8609b3b8697d310abea62a3cf8e4c13e34 Mon Sep 17 00:00:00 2001 From: patrickersing Date: Fri, 12 Jan 2024 14:56:11 +0100 Subject: [PATCH] add comment --- src/TrixiShallowWater.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TrixiShallowWater.jl b/src/TrixiShallowWater.jl index 87b673f..7a3be78 100644 --- a/src/TrixiShallowWater.jl +++ b/src/TrixiShallowWater.jl @@ -6,5 +6,6 @@ using Trixi: Trixi foo() = true bar() = false baz() = Trixi.examples_dir() +# TODO: remove this line end