From a216303c2d49d9655ca0647d00f26210b13f0c56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de> Date: Thu, 22 Jul 2021 10:31:45 +0000 Subject: [PATCH] [discmethod] Fix header guard typo --- dumux/discretization/method.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dumux/discretization/method.hh b/dumux/discretization/method.hh index be7922b7cc..784a82cc62 100644 --- a/dumux/discretization/method.hh +++ b/dumux/discretization/method.hh @@ -21,8 +21,8 @@ * \ingroup Discretization * \brief The available discretization methods in Dumux */ -#ifndef DUMUX_DISCRETIZARION_METHOD_HH -#define DUMUX_DISCRETIZARION_METHOD_HH +#ifndef DUMUX_DISCRETIZATION_METHOD_HH +#define DUMUX_DISCRETIZATION_METHOD_HH #include <ostream> #include <string> -- GitLab