From 868794b07b7f33db4e434c7beca77295ceabaf77 Mon Sep 17 00:00:00 2001
From: Tobias Leibner <tobias.leibner@googlemail.com>
Date: Fri, 22 Mar 2019 22:14:12 +0100
Subject: [PATCH] [generic.flux-function] fix header guard

---
 dune/xt/functions/generic/flux-function.hh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dune/xt/functions/generic/flux-function.hh b/dune/xt/functions/generic/flux-function.hh
index b2430ea8c..b9e4a09d0 100644
--- a/dune/xt/functions/generic/flux-function.hh
+++ b/dune/xt/functions/generic/flux-function.hh
@@ -10,8 +10,8 @@
 //   Tim Keil        (2018)
 //   Tobias Leibner  (2017, 2019)
 
-#ifndef DUNE_XT_FUNCTIONS_GENERIC_GRID_FUNCTION_HH
-#define DUNE_XT_FUNCTIONS_GENERIC_GRID_FUNCTION_HH
+#ifndef DUNE_XT_FUNCTIONS_GENERIC_FLUX_FUNCTION_HH
+#define DUNE_XT_FUNCTIONS_GENERIC_FLUX_FUNCTION_HH
 
 #include <functional>
 
@@ -252,4 +252,4 @@ private:
 } // namespace XT
 } // namespace Dune
 
-#endif // DUNE_XT_FUNCTIONS_LAMBDA_LOCAL_FUNCTION_HH
+#endif // DUNE_XT_FUNCTIONS_GENERIC_FLUX_FUNCTION_HH
-- 
GitLab