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

[sequential] Adapt header guards to new sequential naming scheme

parent 2c7fc41f
No related branches found
No related tags found
1 merge request!108Fix/forgotten renamings decoupled sequential
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
* \brief Defines the properties required for finite volume pressure models * \brief Defines the properties required for finite volume pressure models
*/ */
#ifndef DUMUX_FVPRESSUREPORPERTIES1P_DECOUPLED_HH #ifndef DUMUX_FVPRESSUREPORPERTIES1P_SEQUENTIAL_HH
#define DUMUX_FVPRESSUREPORPERTIES1P_DECOUPLED_HH #define DUMUX_FVPRESSUREPORPERTIES1P_SEQUENTIAL_HH
//Dumux-includes //Dumux-includes
#include <dumux/porousmediumflow/1p/sequential/diffusion/properties.hh> #include <dumux/porousmediumflow/1p/sequential/diffusion/properties.hh>
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
* \brief Defines the properties required for finite volume pressure models * \brief Defines the properties required for finite volume pressure models
*/ */
#ifndef DUMUX_FVPRESSUREVELOCITYPORPERTIES1P_DECOUPLED_HH #ifndef DUMUX_FVPRESSUREVELOCITYPORPERTIES1P_SEQUENTIAL_HH
#define DUMUX_FVPRESSUREVELOCITYPORPERTIES1P_DECOUPLED_HH #define DUMUX_FVPRESSUREVELOCITYPORPERTIES1P_SEQUENTIAL_HH
//Dumux-includes //Dumux-includes
#include <dumux/porousmediumflow/1p/sequential/diffusion/properties.hh> #include <dumux/porousmediumflow/1p/sequential/diffusion/properties.hh>
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
* \brief Defines the properties required for finite volume pressure models in a two-phase sequential model. * \brief Defines the properties required for finite volume pressure models in a two-phase sequential model.
*/ */
#ifndef DUMUX_FVPRESSUREPORPERTIES2P_DECOUPLED_HH #ifndef DUMUX_FVPRESSUREPORPERTIES2P_SEQUENTIAL_HH
#define DUMUX_FVPRESSUREPORPERTIES2P_DECOUPLED_HH #define DUMUX_FVPRESSUREPORPERTIES2P_SEQUENTIAL_HH
//Dumux-includes //Dumux-includes
#include <dumux/porousmediumflow/2p/sequential/diffusion/properties.hh> #include <dumux/porousmediumflow/2p/sequential/diffusion/properties.hh>
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
* \brief Defines the properties required for finite volume pressure models in a two-phase sequential model. * \brief Defines the properties required for finite volume pressure models in a two-phase sequential model.
*/ */
#ifndef DUMUX_FVPRESSUREPORPERTIES2P_ADAPTIVE_DECOUPLED_HH #ifndef DUMUX_FVPRESSUREPORPERTIES2P_ADAPTIVE_SEQUENTIAL_HH
#define DUMUX_FVPRESSUREPORPERTIES2P_ADAPTIVE_DECOUPLED_HH #define DUMUX_FVPRESSUREPORPERTIES2P_ADAPTIVE_SEQUENTIAL_HH
//Dumux-includes //Dumux-includes
#include <dumux/porousmediumflow/2p/sequential/diffusion/properties.hh> #include <dumux/porousmediumflow/2p/sequential/diffusion/properties.hh>
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
* \brief Defines the properties required for finite volume pressure models * \brief Defines the properties required for finite volume pressure models
*/ */
#ifndef DUMUX_FVPRESSUREVELOCITYPORPERTIES2P_DECOUPLED_HH #ifndef DUMUX_FVPRESSUREVELOCITYPORPERTIES2P_SEQUENTIAL_HH
#define DUMUX_FVPRESSUREVELOCITYPORPERTIES2P_DECOUPLED_HH #define DUMUX_FVPRESSUREVELOCITYPORPERTIES2P_SEQUENTIAL_HH
//Dumux-includes //Dumux-includes
#include <dumux/porousmediumflow/2p/sequential/diffusion/properties.hh> #include <dumux/porousmediumflow/2p/sequential/diffusion/properties.hh>
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * * along with this program. If not, see <http://www.gnu.org/licenses/>. *
*****************************************************************************/ *****************************************************************************/
#ifndef DUMUX_MIMETICPROPERTIES2P_DECOUPLED_HH #ifndef DUMUX_MIMETICPROPERTIES2P_SEQUENTIAL_HH
#define DUMUX_MIMETICPROPERTIES2P_DECOUPLED_HH #define DUMUX_MIMETICPROPERTIES2P_SEQUENTIAL_HH
/*! /*!
* \ingroup IMPES * \ingroup IMPES
......
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
*****************************************************************************/ *****************************************************************************/
#ifndef DUMUX_MIMETICPROPERTIES2PADAPTIVE_DECOUPLED_HH #ifndef DUMUX_MIMETICPROPERTIES2PADAPTIVE_SEQUENTIAL_HH
#define DUMUX_MIMETICPROPERTIES2PADAPTIVE_DECOUPLED_HH #define DUMUX_MIMETICPROPERTIES2PADAPTIVE_SEQUENTIAL_HH
/*! /*!
* \ingroup IMPES * \ingroup IMPES
......
...@@ -26,8 +26,8 @@ ...@@ -26,8 +26,8 @@
* \brief Defines the basic properties required for a mimetic method. * \brief Defines the basic properties required for a mimetic method.
*/ */
#ifndef DUMUX_MIMETICPROPERTIES_DECOUPLED_HH #ifndef DUMUX_MIMETICPROPERTIES_SEQUENTIAL_HH
#define DUMUX_MIMETICPROPERTIES_DECOUPLED_HH #define DUMUX_MIMETICPROPERTIES_SEQUENTIAL_HH
//Dumux-includes //Dumux-includes
#include <dumux/porousmediumflow/sequential/properties.hh> #include <dumux/porousmediumflow/sequential/properties.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