Removed superfluous line

This commit is contained in:
babrodtk 2015-08-11 12:51:28 +02:00
parent a743efe819
commit ede4945282

View File

@ -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(),