adding updateGroupControls() to StandardWellsDense

which separates the group control related operations. The group control
has to be handled in the level of all wells, which makes more functions
of the well class to be visible outside.
This commit is contained in:
Kai Bao
2017-06-28 13:46:01 +02:00
parent d535157b1a
commit 229244142f
3 changed files with 34 additions and 43 deletions

View File

@@ -294,6 +294,8 @@ enum WellVariablePositions {
void applyVREPGroupControl(WellState& well_state) const;
void updateGroupControls(WellState& well_state) const;
protected:
bool wells_active_;
const Wells* wells_;