mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changing dx to dwells in defination of updateWellState
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user