Remove unnecessary override of computeFluidInPlace().

It also called itself, causing infinite recursion.
This commit is contained in:
Atgeirr Flø Rasmussen 2016-08-30 13:18:54 +02:00
parent 61af1fa53d
commit 69812fddd2

View File

@ -159,15 +159,6 @@ namespace Opm {
std::vector<V>
computeFluidInPlace(const ReservoirState& x,
const WellState& xw,
const std::vector<int>& fipnum)
{
return asImpl().computeFluidInPlace(x, xw, fipnum);
}
/// Solve the Jacobian system Jx = r where J is the Jacobian and
/// r is the residual.