mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-18 20:52:59 -06:00
Removed superfluous line
This commit is contained in:
parent
a743efe819
commit
ede4945282
@ -483,7 +483,6 @@ namespace Opm
|
||||
|
||||
if (ok && injectionProperties.hasInjectionControl(WellInjector::BHP)) {
|
||||
control_pos[WellsManagerDetail::InjectionControl::BHP] = well_controls_get_num(w_->ctrls[well_index]);
|
||||
control_pos[WellsManagerDetail::InjectionControl::BHP] = well_controls_get_num(w_->ctrls[well_index]); //Fixme: duplicate, a nop-bug?
|
||||
ok = append_well_controls(BHP,
|
||||
injectionProperties.BHPLimit,
|
||||
-std::numeric_limits<int>::max(),
|
||||
|
Loading…
Reference in New Issue
Block a user