mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Minor modifications requested in review.
This commit is contained in:
@@ -83,17 +83,6 @@ 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)
|
||||
// {}
|
||||
|
||||
/*!
|
||||
* \copydoc ImmiscibleRateVector::ImmiscibleRateVector(const
|
||||
* ImmiscibleRateVector& )
|
||||
*/
|
||||
// BlackOilRateVector(const BlackOilRateVector& value) : ParentType(value)
|
||||
// {}
|
||||
|
||||
/*!
|
||||
* \copydoc ImmiscibleRateVector::setMassRate
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user