From a119d147189ee29f0bac57cd6fd1fe279ec6786a Mon Sep 17 00:00:00 2001
From: Thomas Fetzer <thomas.fetzer@iws.uni-stuttgart.de>
Date: Wed, 5 Aug 2015 07:43:54 +0000
Subject: [PATCH] [io,test] fixed wrong guardian macros

reviewed by martins


git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@15240 2fb0f335-1f38-0410-981e-8018bf24f1b0
---
 dumux/io/interfacegridcreator.hh                       |  6 +++---
 .../effectivediffusivityconstanttauproblem.hh          | 10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dumux/io/interfacegridcreator.hh b/dumux/io/interfacegridcreator.hh
index 0cddca1a1b..3c1fa7d37a 100644
--- a/dumux/io/interfacegridcreator.hh
+++ b/dumux/io/interfacegridcreator.hh
@@ -22,8 +22,8 @@
  * \brief A grid creator for the coupled problems, with a refined interface
  */
 
-#ifndef DUMUX_INTERFACEMESHCREATOR_HH
-#define DUMUX_INTERFACEMESHCREATOR_HH
+#ifndef DUMUX_INTERFACEGRIDCREATOR_HH
+#define DUMUX_INTERFACEGRIDCREATOR_HH
 
 #include <dune/common/deprecated.hh>
 
@@ -48,7 +48,7 @@ NEW_PROP_TAG(Grid);
  * A grid creator, which can refine the grid towards the
  * coupling interface and the top of the domain.
  */
-template <class TypeTag>
+template<class TypeTag>
 class InterfaceGridCreator
 {
 public:
diff --git a/test/material/fluidmatrixinteractions/effectivediffusivityconstanttauproblem.hh b/test/material/fluidmatrixinteractions/effectivediffusivityconstanttauproblem.hh
index feea02063c..4e7db831db 100644
--- a/test/material/fluidmatrixinteractions/effectivediffusivityconstanttauproblem.hh
+++ b/test/material/fluidmatrixinteractions/effectivediffusivityconstanttauproblem.hh
@@ -19,10 +19,10 @@
 /*!
  * \file
  *
- * \brief Simple test problem for the Somerton thermal conductivity law
+ * \brief Test for the constant tau effective diffusivity model
  */
-#ifndef DUMUX_THERMAL_CONDUCTIVITY_SOMERTON_PROBLEM_HH
-#define DUMUX_THERMAL_CONDUCTIVITY_SOMERTON_PROBLEM_HH
+#ifndef DUMUX_EFFECTIVE_DIFFUSIVITY_CONSTANT_TAU_PROBLEM_HH
+#define DUMUX_EFFECTIVE_DIFFUSIVITY_CONSTANT_TAU_PROBLEM_HH
 
 #include <dune/grid/io/file/dgfparser/dgfyasp.hh>
 
@@ -63,10 +63,10 @@ SET_TYPE_PROP(EffectiveDiffusivityConstantTauProblem, EffectiveDiffusivityModel,
 /*!
  * \ingroup MaterialTestProblems
  *
- * \brief Simple test problem for the Somerton thermal conductivity law
+ * \brief Test for the constant tau effective diffusivity model
  *
  * To run the test execute the following line in shell:
- * <tt>./test_thermalconductivitysomerton</tt>
+ * <tt>./test_effectivediffusivityconstanttau</tt>
  *
  */
 template <class TypeTag >
-- 
GitLab