From 9b055d456fdacba266ecf71b09f9b75e9cbb7885 Mon Sep 17 00:00:00 2001
From: "Timothy A. Smith" <tasmith4@illinois.edu>
Date: Mon, 22 Jul 2019 21:51:59 -0500
Subject: [PATCH] fix error in data for case b

---
 input.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/input.py b/input.py
index 2f9b86f..cee2280 100644
--- a/input.py
+++ b/input.py
@@ -156,7 +156,7 @@ single_data["Case b:x"] = FluxDataSingle(
             "0.49761166908056337 0.49761166908056337 -2.495196349669178"),
         dissipation_neg_str=("-1.6768551393982627 4.823974372333487 "
             "3.9976117689805504 3.9976117689805504 -22.145196359962693"),
-        weno_flux_str=("4.353710219799678 12.247948547685105 "
+        weno_flux_str=("-4.353710219799678 12.247948547685105 "
             "8.995223438061114 8.995223438061114 -51.390392709631875"),
         direction="x")
 
-- 
GitLab