From 5d68e91e7082864f69e18e9836ec4dc5d33cf83a Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Fri, 10 Feb 2017 18:54:57 +0100 Subject: [PATCH] [Fix] header guard names --- dumux/freeflow/staggered/indices.hh | 4 ++-- dumux/freeflow/staggered/model.hh | 4 ++-- dumux/freeflow/staggered/propertydefaults.hh | 6 +++--- dumux/freeflow/staggered/volumevariables.hh | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dumux/freeflow/staggered/indices.hh b/dumux/freeflow/staggered/indices.hh index 7d72b6df92..9ff3adb4c1 100644 --- a/dumux/freeflow/staggered/indices.hh +++ b/dumux/freeflow/staggered/indices.hh @@ -20,8 +20,8 @@ * \file * \brief Defines the indices for the one-phase fully implicit model. */ -#ifndef DUMUX_1P_INDICES_HH -#define DUMUX_1P_INDICES_HH +#ifndef DUMUX_NAVIERSTOKES_COMMON_INDICES_HH +#define DUMUX_NAVIERSTOKES_COMMON_INDICES_HH namespace Dumux { diff --git a/dumux/freeflow/staggered/model.hh b/dumux/freeflow/staggered/model.hh index 16dbdaef44..e0427b9695 100644 --- a/dumux/freeflow/staggered/model.hh +++ b/dumux/freeflow/staggered/model.hh @@ -24,8 +24,8 @@ * Adaption of the fully implicit scheme to the one-phase flow model. */ -#ifndef DUMUX_1P_MODEL_HH -#define DUMUX_1P_MODEL_HH +#ifndef DUMUX_NAVIERSTOKES_MODEL_HH +#define DUMUX_NAVIERSTOKES_MODEL_HH // #include <dumux/porousmediumflow/implicit/velocityoutput.hh> #include "properties.hh" diff --git a/dumux/freeflow/staggered/propertydefaults.hh b/dumux/freeflow/staggered/propertydefaults.hh index 5362a6938e..dfa075570f 100644 --- a/dumux/freeflow/staggered/propertydefaults.hh +++ b/dumux/freeflow/staggered/propertydefaults.hh @@ -19,13 +19,13 @@ /*! * \ingroup Properties * \ingroup ImplicitProperties - * \ingroup OnePModel + * \ingroup NavierStokesModel * \file * * \brief Defines the properties required for the one-phase fully implicit model. */ -#ifndef DUMUX_1P_PROPERTY_DEFAULTS_HH -#define DUMUX_1P_PROPERTY_DEFAULTS_HH +#ifndef DUMUX_NAVIERSTOKES_PROPERTY_DEFAULTS_HH +#define DUMUX_NAVIERSTOKES_PROPERTY_DEFAULTS_HH #include "properties.hh" diff --git a/dumux/freeflow/staggered/volumevariables.hh b/dumux/freeflow/staggered/volumevariables.hh index 7f100daca1..3bda7d142a 100644 --- a/dumux/freeflow/staggered/volumevariables.hh +++ b/dumux/freeflow/staggered/volumevariables.hh @@ -21,8 +21,8 @@ * * \brief Quantities required by the one-phase fully implicit model defined on a vertex. */ -#ifndef DUMUX_1P_VOLUME_VARIABLES_HH -#define DUMUX_1P_VOLUME_VARIABLES_HH +#ifndef DUMUX_NAVIERSTOKES_VOLUME_VARIABLES_HH +#define DUMUX_NAVIERSTOKES_VOLUME_VARIABLES_HH #include "properties.hh" #include <dumux/discretization/volumevariables.hh> -- GitLab