Remove well state argument from computeFluidInPlace().

This commit is contained in:
Atgeirr Flø Rasmussen
2016-08-30 13:34:18 +02:00
parent a2001ca2e1
commit b5e986df5f
8 changed files with 13 additions and 14 deletions

View File

@@ -116,7 +116,6 @@ namespace Opm {
/// \return fluid in place, number of fip regions, each region contains 5 values which are liquid, vapour, water, free gas and dissolved gas.
std::vector<V>
computeFluidInPlace(const PolymerBlackoilState& x,
const WellStateFullyImplicitBlackoilPolymer& xw,
const std::vector<int>& fipnum);
private: