changing dx to dwells in defination of updateWellState

This commit is contained in:
Kai Bao
2015-06-16 12:59:50 +02:00
parent 285d777937
commit 7e9014f155
2 changed files with 9 additions and 8 deletions

View File

@@ -359,8 +359,8 @@ namespace Opm {
void updateWellControls(WellState& xw) const;
void updateWellState(const V& dx,
WellState& well_state);
void updateWellState(const V& dwells,
WellState& well_state);
bool getWellConvergence(const int iteration);