mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-15 23:01:54 -06:00
Merge pull request #2572 from bska/prune-unused
Remove Unused 'currentControl' Variable
This commit is contained in:
commit
8b77d68d9c
@ -2068,7 +2068,6 @@ namespace Opm {
|
||||
const auto& well_state = well_state_;
|
||||
|
||||
const auto& controls = group.injectionControls(Phase::GAS, summaryState);
|
||||
const Group::InjectionCMode& currentControl = well_state.currentInjectionGroupControl(Phase::GAS, group.name());
|
||||
const auto& gconsale = schedule().gConSale(reportStepIdx).get(group.name(), summaryState);
|
||||
|
||||
double sales_rate = 0.0;
|
||||
|
Loading…
Reference in New Issue
Block a user