mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-25 08:41:00 -06:00
removing the function setWellsActive from BlackoilWellModelGeneric
This commit is contained in:
parent
3fecc92956
commit
b363138240
@ -670,13 +670,6 @@ initFromRestartFile(const RestartValue& restartValues,
|
||||
initial_step_ = false;
|
||||
}
|
||||
|
||||
void
|
||||
BlackoilWellModelGeneric::
|
||||
setWellsActive(const bool wells_active)
|
||||
{
|
||||
wells_active_ = wells_active;
|
||||
}
|
||||
|
||||
std::vector<Well>
|
||||
BlackoilWellModelGeneric::
|
||||
getLocalWells(const int timeStepIdx) const
|
||||
|
@ -143,8 +143,6 @@ public:
|
||||
const size_t numCells,
|
||||
bool handle_ms_well);
|
||||
|
||||
void setWellsActive(const bool wells_active);
|
||||
|
||||
/*
|
||||
Will assign the internal member last_valid_well_state_ to the
|
||||
current value of the this->active_well_state_. The state stored
|
||||
|
Loading…
Reference in New Issue
Block a user