mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
ebos: fix the headercheck
most of this stuff broke because of OPM/opm-parser#677
This commit is contained in:
parent
cc0a560d97
commit
81e285e306
@ -21,10 +21,13 @@
|
||||
#ifndef EWOMS_ALU_CARTESIANINDEXMAPPER_HH
|
||||
#define EWOMS_ALU_CARTESIANINDEXMAPPER_HH
|
||||
|
||||
#include <opm/parser/eclipse/EclipseState/EclipseState.hpp>
|
||||
|
||||
#include <opm/common/ErrorMacros.hpp>
|
||||
#include <opm/common/Exceptions.hpp>
|
||||
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
#include <memory>
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
#define EWOMS_ECL_FLUX_MODULE_HH
|
||||
|
||||
#include <ewoms/disc/common/fvbaseproperties.hh>
|
||||
#include <ewoms/common/signum.hh>
|
||||
|
||||
#include <dune/common/fvector.hh>
|
||||
#include <dune/common/fmatrix.hh>
|
||||
|
@ -30,6 +30,8 @@
|
||||
#include <ewoms/common/propertysystem.hh>
|
||||
|
||||
#include <opm/material/fluidstates/CompositionalFluidState.hpp>
|
||||
#include <opm/material/localad/Evaluation.hpp>
|
||||
#include <opm/material/localad/Math.hpp>
|
||||
|
||||
#include <dune/common/fmatrix.hh>
|
||||
#include <dune/common/version.hh>
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/TimeMap.hpp>
|
||||
|
||||
#include <ewoms/common/propertysystem.hh>
|
||||
#include <ewoms/parallel/threadedentityiterator.hh>
|
||||
|
||||
#include <dune/grid/common/gridenums.hh>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user