From c7d32a33111fe2e6a6555f1d9596cf1af9a02650 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Carsten=20Gr=C3=A4ser?= <graeser@dune-project.org>
Date: Sat, 12 Mar 2016 00:23:32 +0100
Subject: [PATCH] Adjust include guard to dune style

---
 dune/solvers/iterationsteps/semidefiniteblockgsstep.hh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dune/solvers/iterationsteps/semidefiniteblockgsstep.hh b/dune/solvers/iterationsteps/semidefiniteblockgsstep.hh
index b9f434c2..fe6dbe44 100644
--- a/dune/solvers/iterationsteps/semidefiniteblockgsstep.hh
+++ b/dune/solvers/iterationsteps/semidefiniteblockgsstep.hh
@@ -1,5 +1,5 @@
-#ifndef SEMIDEFINITEBLOCKGSSTEP_HH
-#define SEMIDEFINITEBLOCKGSSTEP_HH
+#ifndef DUNE_SOLVERS_ITERATIONSTEPS_SEMIDEFINITEBLOCKGSSTEP_HH
+#define DUNE_SOLVERS_ITERATIONSTEPS_SEMIDEFINITEBLOCKGSSTEP_HH
 
 #include <cmath>
 #include <algorithm>
@@ -236,4 +236,4 @@ std::istream& operator>>(std::istream& lhs, typename SemiDefiniteBlockGSStep<M,
 */
 
 
-#endif // SEMIDEFINITEBLOCKGSSTEP_HH
+#endif // DUNE_SOLVERS_ITERATIONSTEPS_SEMIDEFINITEBLOCKGSSTEP_HH
-- 
GitLab