Merge pull request #996 from andlaus/no_eigen_in_VFP_and_FIP

mostly eliminate Eigen in the FIP and VFP code
This commit is contained in:
Atgeirr Flø Rasmussen
2017-01-02 12:56:30 +01:00
committed by GitHub
14 changed files with 112 additions and 123 deletions

View File

@@ -158,7 +158,7 @@ namespace Opm {
/// \param[in] WellState
/// \param[in] FIPNUM for active cells not global cells.
/// \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>
std::vector<std::vector<double> >
computeFluidInPlace(const PolymerBlackoilState& x,
const std::vector<int>& fipnum);