Skip to content
Snippets Groups Projects
Commit 86074f16 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Fix some includes to make headercheck pass again.

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@8304 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent 13cd2489
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,7 @@
#ifndef DUMUX_ELEMENTDATA2P2C_HH
#define DUMUX_ELEMENTDATA2P2C_HH
#include "2p2cproperties.hh"
#include <dumux/decoupled/2p2c/dec2p2cfluidstate.hh>
#include "dec2p2cfluidstate.hh"
#include "fluxData2p2c.hh"
/**
......
......@@ -22,6 +22,8 @@
#ifndef DUMUX_FLUXDATA2P2C_HH
#define DUMUX_FLUXDATA2P2C_HH
#include <dumux/decoupled/common/decoupledproperties.hh>
/**
* @file
* @brief Class including the variables and data of discretized data of the constitutive relations
......@@ -39,7 +41,7 @@ namespace Dumux
* mobilities, fractional flow functions and capillary pressure. Thus, they have to be callculated just once in every time step or every iteration step.
*
* @tparam TypeTag The Type Tag
1*/
*/
template<class TypeTag>
class FluxData2P2C
{
......
......@@ -29,11 +29,13 @@
#ifndef DUMUX_GENERIC_FLUID_STATE_HH
#define DUMUX_GENERIC_FLUID_STATE_HH
#include <dumux/common/valgrind.hh>
#include <cmath>
#include <algorithm>
#include <dune/common/exceptions.hh>
#include <dumux/common/valgrind.hh>
namespace Dumux
{
/*!
......
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