From 790b1064d0724100f0df01ca7b940c1fe8644803 Mon Sep 17 00:00:00 2001 From: patrickersing Date: Mon, 15 Jan 2024 17:01:03 +0100 Subject: [PATCH] change comment --- src/TrixiShallowWater.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TrixiShallowWater.jl b/src/TrixiShallowWater.jl index e6e0cb4..f48d5d7 100644 --- a/src/TrixiShallowWater.jl +++ b/src/TrixiShallowWater.jl @@ -2,7 +2,7 @@ module TrixiShallowWater using Trixi: Trixi -# Write your package code here +# Write your package code here: foo() = true bar() = false baz() = Trixi.examples_dir()