remove now unnecessary Bhp_ member in StandardWellGeneric

This commit is contained in:
Arne Morten Kvarving
2022-10-27 13:08:33 +02:00
parent 5d4c7f49a2
commit f06264152c
3 changed files with 3 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ namespace Opm
template<class FluidSystem, class Indices, class Scalar>
StandardWellEval<FluidSystem,Indices,Scalar>::
StandardWellEval(const WellInterfaceIndices<FluidSystem,Indices,Scalar>& baseif)
: StandardWellGeneric<Scalar>(Bhp, baseif)
: StandardWellGeneric<Scalar>(baseif)
, baseif_(baseif)
, F0_(numWellConservationEq)
{