From 5e2698317067e9d550c8a73bcdfe6641f2dcea3e Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Mon, 6 Aug 2012 11:13:46 +0200
Subject: [PATCH] Update include guards

---
 dune/tectonic/ellipticenergy.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dune/tectonic/ellipticenergy.hh b/dune/tectonic/ellipticenergy.hh
index 97e44277..8359136a 100644
--- a/dune/tectonic/ellipticenergy.hh
+++ b/dune/tectonic/ellipticenergy.hh
@@ -1,5 +1,5 @@
-#ifndef SAMPLE_FUNCTIONAL_HH
-#define SAMPLE_FUNCTIONAL_HH
+#ifndef ELLIPTIC_ENERGY_HH
+#define ELLIPTIC_ENERGY_HH
 
 #include <dune/common/fmatrix.hh>
 #include <dune/common/fvector.hh>
-- 
GitLab