communicate inj_surface_rates

This commit is contained in:
Tor Harald Sandve 2021-10-26 11:02:29 +02:00
parent 567eea2c19
commit 93c7ba6b92
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ bool GroupState::operator==(const GroupState& other) const {
this->inj_potentials == other.inj_potentials &&
this->inj_rein_rates == other.inj_rein_rates &&
this->inj_vrep_rate == other.inj_vrep_rate &&
this->inj_surface_rates == other.inj_surface_rates &&
this->m_grat_sales_target == other.m_grat_sales_target &&
this->injection_controls == other.injection_controls;
}

View File

@ -112,6 +112,7 @@ public:
iterateContainer(inj_red_rates, func);
iterateContainer(inj_resv_rates, func);
iterateContainer(inj_rein_rates, func);
iterateContainer(inj_surface_rates, func);
};
// Compute the size of the data.