removing the function setWellsActive from BlackoilWellModelGeneric

This commit is contained in:
Kai Bao 2022-09-13 09:41:48 +02:00
parent 3fecc92956
commit b363138240
2 changed files with 0 additions and 9 deletions

View File

@ -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

View File

@ -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