Removed superfluous line

This commit is contained in:
babrodtk
2015-08-11 12:51:28 +02:00
parent ac0e72ea1d
commit 5fb364a48b

View File

@@ -483,7 +483,6 @@ namespace Opm
if (ok && injectionProperties.hasInjectionControl(WellInjector::BHP)) { 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]);
control_pos[WellsManagerDetail::InjectionControl::BHP] = well_controls_get_num(w_->ctrls[well_index]); //Fixme: duplicate, a nop-bug?
ok = append_well_controls(BHP, ok = append_well_controls(BHP,
injectionProperties.BHPLimit, injectionProperties.BHPLimit,
-std::numeric_limits<int>::max(), -std::numeric_limits<int>::max(),