mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
tried to enable onephase with water as phase
This commit is contained in:
committed by
Atgeirr Flø Rasmussen
parent
596cb21e20
commit
17e9a73f81
@@ -83,16 +83,16 @@ public:
|
||||
BlackOilRateVector(Scalar value) : ParentType(Toolbox::createConstant(value))
|
||||
{}
|
||||
|
||||
template <class Eval = Evaluation>
|
||||
BlackOilRateVector(const typename std::enable_if<std::is_same<Eval, Evaluation>::value, Evaluation>::type& value) : ParentType(value)
|
||||
{}
|
||||
// template <class Eval = Evaluation>
|
||||
// BlackOilRateVector(const typename std::enable_if<std::is_same<Eval, Evaluation>::value, Evaluation>::type& value) : ParentType(value)
|
||||
// {}
|
||||
|
||||
/*!
|
||||
* \copydoc ImmiscibleRateVector::ImmiscibleRateVector(const
|
||||
* ImmiscibleRateVector& )
|
||||
*/
|
||||
BlackOilRateVector(const BlackOilRateVector& value) : ParentType(value)
|
||||
{}
|
||||
// BlackOilRateVector(const BlackOilRateVector& value) : ParentType(value)
|
||||
// {}
|
||||
|
||||
/*!
|
||||
* \copydoc ImmiscibleRateVector::setMassRate
|
||||
|
||||
Reference in New Issue
Block a user