removing updateWellStateWithTarget from StandardWellsDense

and also fixing the assertion error related to disabling the residual()
    function of StandardWellsDense.
This commit is contained in:
Kai Bao
2017-07-25 11:22:08 +02:00
parent 8130b32791
commit a02a0d8599
3 changed files with 7 additions and 235 deletions

View File

@@ -355,11 +355,6 @@ enum WellVariablePositions {
const WellState& well_state,
const WellMapEntryType& map_entry) const;
void updateWellStateWithTarget(const WellControls* wc,
const int current,
const int well_index,
WellState& xw) const;
double wsolvent(const int well_index) const;
double wpolymer(const int well_index) const;