Restrict property/type tag changes to eclbasevanguar.hh

This commit is contained in:
Markus Blatt 2021-01-27 14:41:10 +01:00
parent 65eb65cfaf
commit 2d23b01da8
2 changed files with 3 additions and 5 deletions

View File

@ -51,7 +51,6 @@
#include <opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQState.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQConfig.hpp>
#include <opm/simulators/flow/BlackoilModelParametersEbos.hpp>
#include <opm/simulators/utils/readDeck.hpp>
@ -176,6 +175,9 @@ struct AllowDistributedWells<TypeTag, TTag::EclBaseVanguard> {
static constexpr bool value = false;
};
template<class T1, class T2>
struct UseMultisegmentWell;
// Same as in BlackoilModelParametersEbos.hpp but for here.
template<class TypeTag>
struct UseMultisegmentWell<TypeTag, TTag::EclBaseVanguard> {

View File

@ -32,10 +32,6 @@ namespace TTag {
struct FlowModelParameters {};
}
// forward declaration to make this header usable from eclbasevanguard.hh
template<class TypeTag, class MyTypeTag>
struct EclDeckFileName;
template<class TypeTag, class MyTypeTag>
struct DbhpMaxRel {
using type = UndefinedProperty;