Skip to content
Snippets Groups Projects
Commit 5d68e91e authored by Timo Koch's avatar Timo Koch
Browse files

[Fix] header guard names

parent c60628d9
No related branches found
No related tags found
2 merge requests!617[WIP] Next,!370Feature/staggered grid
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
* \file * \file
* \brief Defines the indices for the one-phase fully implicit model. * \brief Defines the indices for the one-phase fully implicit model.
*/ */
#ifndef DUMUX_1P_INDICES_HH #ifndef DUMUX_NAVIERSTOKES_COMMON_INDICES_HH
#define DUMUX_1P_INDICES_HH #define DUMUX_NAVIERSTOKES_COMMON_INDICES_HH
namespace Dumux namespace Dumux
{ {
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
* Adaption of the fully implicit scheme to the one-phase flow model. * Adaption of the fully implicit scheme to the one-phase flow model.
*/ */
#ifndef DUMUX_1P_MODEL_HH #ifndef DUMUX_NAVIERSTOKES_MODEL_HH
#define DUMUX_1P_MODEL_HH #define DUMUX_NAVIERSTOKES_MODEL_HH
// #include <dumux/porousmediumflow/implicit/velocityoutput.hh> // #include <dumux/porousmediumflow/implicit/velocityoutput.hh>
#include "properties.hh" #include "properties.hh"
......
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
/*! /*!
* \ingroup Properties * \ingroup Properties
* \ingroup ImplicitProperties * \ingroup ImplicitProperties
* \ingroup OnePModel * \ingroup NavierStokesModel
* \file * \file
* *
* \brief Defines the properties required for the one-phase fully implicit model. * \brief Defines the properties required for the one-phase fully implicit model.
*/ */
#ifndef DUMUX_1P_PROPERTY_DEFAULTS_HH #ifndef DUMUX_NAVIERSTOKES_PROPERTY_DEFAULTS_HH
#define DUMUX_1P_PROPERTY_DEFAULTS_HH #define DUMUX_NAVIERSTOKES_PROPERTY_DEFAULTS_HH
#include "properties.hh" #include "properties.hh"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
* *
* \brief Quantities required by the one-phase fully implicit model defined on a vertex. * \brief Quantities required by the one-phase fully implicit model defined on a vertex.
*/ */
#ifndef DUMUX_1P_VOLUME_VARIABLES_HH #ifndef DUMUX_NAVIERSTOKES_VOLUME_VARIABLES_HH
#define DUMUX_1P_VOLUME_VARIABLES_HH #define DUMUX_NAVIERSTOKES_VOLUME_VARIABLES_HH
#include "properties.hh" #include "properties.hh"
#include <dumux/discretization/volumevariables.hh> #include <dumux/discretization/volumevariables.hh>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment