mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-14 02:23:27 -06:00
Removed unused saturation argument from conditionsMet() methods.
This commit is contained in:
parent
8acd9d9f63
commit
6b00381393
@ -77,7 +77,7 @@ int main(int argc, char** argv) {
|
||||
|
||||
computeFlowRatePerWell(*wells.c_wells(), well_rate_per_cell, well_rate);
|
||||
WellControlResult well_control_results;
|
||||
wells.wellCollection().conditionsMet(well_bhp, well_rate, *grid.c_grid(), state.saturation(), well_control_results );
|
||||
wells.wellCollection().conditionsMet(well_bhp, well_rate, *grid.c_grid(), well_control_results );
|
||||
wells.applyControl(well_control_results);
|
||||
|
||||
#if 0
|
||||
|
Loading…
Reference in New Issue
Block a user