changed: move Deck parameter to BlackoilModelParametersEbos

it is used there. now eclbasevanguard.hh includes
BlackoilModelParametersEbos, instead of the other way around.
This commit is contained in:
Arne Morten Kvarving
2021-05-15 14:41:05 +02:00
parent fcba55080f
commit 8d1a8126ea
2 changed files with 5 additions and 5 deletions

View File

@@ -36,6 +36,7 @@
#include <opm/grid/common/GridEnums.hpp>
#include <opm/grid/common/CartesianIndexMapper.hpp>
#include <opm/parser/eclipse/EclipseState/Aquifer/NumericalAquifer/NumericalAquiferCell.hpp>
#include <opm/simulators/flow/BlackoilModelParametersEbos.hpp>
#include <array>
#include <optional>
@@ -59,10 +60,6 @@ struct EquilGrid {
using type = UndefinedProperty;
};
template<class TypeTag, class MyTypeTag>
struct EclDeckFileName {
using type = UndefinedProperty;
};
template<class TypeTag, class MyTypeTag>
struct EnableOpmRstFile {
using type = UndefinedProperty;
};