mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-30 11:06:55 -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
|
/// Solve the Jacobian system Jx = r where J is the Jacobian and
|
||||||
/// r is the residual.
|
/// r is the residual.
|
||||||
|
Loading…
Reference in New Issue
Block a user