From 3afeddac550fe6f346c25a88fe7c3ff75a825266 Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Fri, 3 Nov 2023 12:05:29 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Hendrik Ranocha --- Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0ac8e22..6639732 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "TrixiSmartShockFinder" uuid = "6b42f25e-8cc0-41c2-936f-439385811e39" -authors = ["Michael Schlottke-Lakemper "] +authors = ["Michael Schlottke-Lakemper and contributors"] version = "0.1.0" [deps] @@ -9,4 +9,5 @@ Trixi = "a7f1ee26-1774-49b1-8366-f1abc58fbfcb" [compat] MuladdMacro = "0.2.4" +Trixi = "0.6" julia = "1.9"