remove unimplemented prototypes

This commit is contained in:
Arne Morten Kvarving 2023-01-12 14:12:45 +01:00
parent 351181f355
commit 61d485cbe5

View File

@ -165,11 +165,6 @@ namespace Opm
// regularize msw equation
bool regularize_;
// components of the pressure drop to be included
WellSegments::CompPressureDrop compPressureDrop() const;
// multi-phase flow model
WellSegments::MultiPhaseModel multiphaseModel() const;
// the intial amount of fluids in each segment under surface condition
std::vector<std::vector<double> > segment_fluid_initial_;