mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 18:21:00 -06:00
Remove unnecessary override of computeFluidInPlace().
It also called itself, causing infinite recursion.
This commit is contained in:
parent
61af1fa53d
commit
69812fddd2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user