mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-24 12:26:26 -06:00
fix the headercheck
This commit is contained in:
parent
195e6058f1
commit
2b43f5bb12
@ -21,8 +21,12 @@
|
|||||||
#ifndef EWOMS_ALU_CARTESIANINDEXMAPPER_HH
|
#ifndef EWOMS_ALU_CARTESIANINDEXMAPPER_HH
|
||||||
#define EWOMS_ALU_CARTESIANINDEXMAPPER_HH
|
#define EWOMS_ALU_CARTESIANINDEXMAPPER_HH
|
||||||
|
|
||||||
|
#include <opm/common/ErrorMacros.hpp>
|
||||||
|
#include <opm/common/Exceptions.hpp>
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
#include <dune/common/exceptions.hh>
|
#include <dune/common/exceptions.hh>
|
||||||
#include <dune/grid/common/datahandleif.hh>
|
#include <dune/grid/common/datahandleif.hh>
|
||||||
|
@ -24,6 +24,8 @@
|
|||||||
#ifndef EWOMS_ECL_EQUIL_INITIALIZER_HH
|
#ifndef EWOMS_ECL_EQUIL_INITIALIZER_HH
|
||||||
#define EWOMS_ECL_EQUIL_INITIALIZER_HH
|
#define EWOMS_ECL_EQUIL_INITIALIZER_HH
|
||||||
|
|
||||||
|
#include <ewoms/common/propertysystem.hh>
|
||||||
|
|
||||||
#include <opm/material/fluidstates/CompositionalFluidState.hpp>
|
#include <opm/material/fluidstates/CompositionalFluidState.hpp>
|
||||||
|
|
||||||
// the ordering of these includes matters. do not touch it if you're not prepared to deal
|
// the ordering of these includes matters. do not touch it if you're not prepared to deal
|
||||||
@ -36,6 +38,14 @@
|
|||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace Ewoms {
|
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
|
* \ingroup EclBlackOilSimulator
|
||||||
*
|
*
|
||||||
|
@ -26,6 +26,10 @@
|
|||||||
#ifndef EWOMS_ECL_TRANSMISSIBILITY_HH
|
#ifndef EWOMS_ECL_TRANSMISSIBILITY_HH
|
||||||
#define 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/version.hh>
|
||||||
#include <dune/common/fvector.hh>
|
#include <dune/common/fvector.hh>
|
||||||
#include <dune/common/fmatrix.hh>
|
#include <dune/common/fmatrix.hh>
|
||||||
@ -35,6 +39,12 @@
|
|||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
namespace Ewoms {
|
namespace Ewoms {
|
||||||
|
namespace Properties {
|
||||||
|
NEW_PROP_TAG(GridView);
|
||||||
|
NEW_PROP_TAG(Scalar);
|
||||||
|
NEW_PROP_TAG(Simulator);
|
||||||
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \ingroup EclBlackOilSimulator
|
* \ingroup EclBlackOilSimulator
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user