mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
BlackoilModelEbos: remove the last traces of "SolutionState"
it was not used for real for a while anyway.
This commit is contained in:
@@ -39,7 +39,6 @@
|
|||||||
#include <opm/autodiff/VFPProperties.hpp>
|
#include <opm/autodiff/VFPProperties.hpp>
|
||||||
#include <opm/autodiff/VFPProdProperties.hpp>
|
#include <opm/autodiff/VFPProdProperties.hpp>
|
||||||
#include <opm/autodiff/VFPInjProperties.hpp>
|
#include <opm/autodiff/VFPInjProperties.hpp>
|
||||||
#include <opm/autodiff/DefaultBlackoilSolutionState.hpp>
|
|
||||||
#include <opm/autodiff/BlackoilDetails.hpp>
|
#include <opm/autodiff/BlackoilDetails.hpp>
|
||||||
#include <opm/autodiff/BlackoilModelEnums.hpp>
|
#include <opm/autodiff/BlackoilModelEnums.hpp>
|
||||||
#include <opm/autodiff/NewtonIterationBlackoilInterface.hpp>
|
#include <opm/autodiff/NewtonIterationBlackoilInterface.hpp>
|
||||||
@@ -117,7 +116,6 @@ namespace Opm {
|
|||||||
typedef BlackoilState ReservoirState;
|
typedef BlackoilState ReservoirState;
|
||||||
typedef WellStateFullyImplicitBlackoilDense WellState;
|
typedef WellStateFullyImplicitBlackoilDense WellState;
|
||||||
typedef BlackoilModelParameters ModelParameters;
|
typedef BlackoilModelParameters ModelParameters;
|
||||||
typedef DefaultBlackoilSolutionState SolutionState;
|
|
||||||
|
|
||||||
typedef typename TTAG(EclFlowProblem) TypeTag;
|
typedef typename TTAG(EclFlowProblem) TypeTag;
|
||||||
typedef typename GET_PROP_TYPE(TypeTag, Simulator) Simulator ;
|
typedef typename GET_PROP_TYPE(TypeTag, Simulator) Simulator ;
|
||||||
|
|||||||
Reference in New Issue
Block a user