diff --git a/opm/simulators/wells/SingleWellState.cpp b/opm/simulators/wells/SingleWellState.cpp index 0894bcd6019..8b6e181dc83 100644 --- a/opm/simulators/wells/SingleWellState.cpp +++ b/opm/simulators/wells/SingleWellState.cpp @@ -89,6 +89,7 @@ void SingleWellState::init_timestep(const SingleWellState& this->bhp = other.bhp; this->thp = other.thp; this->temperature = other.temperature; + this->efficiency_scaling_factor = other.efficiency_scaling_factor; } template