From d7b33d455915729e32096ed2adcb13cc64d6168f Mon Sep 17 00:00:00 2001
From: Jonathan Youett <youett@math.fu-berlin.de>
Date: Mon, 9 Oct 2017 17:18:59 +0200
Subject: [PATCH] Adjust include guards to Dune standard

---
 dune/solvers/common/numproc.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dune/solvers/common/numproc.hh b/dune/solvers/common/numproc.hh
index 3cf99ba..94ea58b 100644
--- a/dune/solvers/common/numproc.hh
+++ b/dune/solvers/common/numproc.hh
@@ -1,7 +1,7 @@
 // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
 // vi: set et ts=4 sw=2 sts=2:
-#ifndef DUNE_NUMPROC_HH
-#define DUNE_NUMPROC_HH
+#ifndef DUNE_SOLVERS_COMMON_NUMPROC_HH
+#define DUNE_SOLVERS_COMMON_NUMPROC_HH
 
 #include <dune/common/exceptions.hh>
 #include <dune/common/parametertree.hh>
-- 
GitLab