fix the headercheck

This commit is contained in:
Andreas Lauser 2016-01-17 21:15:27 +01:00
parent 195e6058f1
commit 2b43f5bb12
3 changed files with 24 additions and 0 deletions

View File

@ -21,8 +21,12 @@
#ifndef EWOMS_ALU_CARTESIANINDEXMAPPER_HH
#define EWOMS_ALU_CARTESIANINDEXMAPPER_HH
#include <opm/common/ErrorMacros.hpp>
#include <opm/common/Exceptions.hpp>
#include <array>
#include <cassert>
#include <memory>
#include <dune/common/exceptions.hh>
#include <dune/grid/common/datahandleif.hh>

View File

@ -24,6 +24,8 @@
#ifndef EWOMS_ECL_EQUIL_INITIALIZER_HH
#define EWOMS_ECL_EQUIL_INITIALIZER_HH
#include <ewoms/common/propertysystem.hh>
#include <opm/material/fluidstates/CompositionalFluidState.hpp>
// the ordering of these includes matters. do not touch it if you're not prepared to deal
@ -36,6 +38,14 @@
#include <vector>
namespace Ewoms {
namespace Properties {
NEW_PROP_TAG(Simulator);
NEW_PROP_TAG(FluidSystem);
NEW_PROP_TAG(GridView);
NEW_PROP_TAG(Scalar);
NEW_PROP_TAG(MaterialLaw);
}
/*!
* \ingroup EclBlackOilSimulator
*

View File

@ -26,6 +26,10 @@
#ifndef EWOMS_ECL_TRANSMISSIBILITY_HH
#define EWOMS_ECL_TRANSMISSIBILITY_HH
#include <ewoms/common/propertysystem.hh>
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
#include <dune/common/version.hh>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
@ -35,6 +39,12 @@
#include <unordered_map>
namespace Ewoms {
namespace Properties {
NEW_PROP_TAG(GridView);
NEW_PROP_TAG(Scalar);
NEW_PROP_TAG(Simulator);
}
/*!
* \ingroup EclBlackOilSimulator
*