mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
communicate inj_surface_rates
This commit is contained in:
parent
567eea2c19
commit
93c7ba6b92
@ -38,6 +38,7 @@ bool GroupState::operator==(const GroupState& other) const {
|
|||||||
this->inj_potentials == other.inj_potentials &&
|
this->inj_potentials == other.inj_potentials &&
|
||||||
this->inj_rein_rates == other.inj_rein_rates &&
|
this->inj_rein_rates == other.inj_rein_rates &&
|
||||||
this->inj_vrep_rate == other.inj_vrep_rate &&
|
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->m_grat_sales_target == other.m_grat_sales_target &&
|
||||||
this->injection_controls == other.injection_controls;
|
this->injection_controls == other.injection_controls;
|
||||||
}
|
}
|
||||||
|
@ -112,6 +112,7 @@ public:
|
|||||||
iterateContainer(inj_red_rates, func);
|
iterateContainer(inj_red_rates, func);
|
||||||
iterateContainer(inj_resv_rates, func);
|
iterateContainer(inj_resv_rates, func);
|
||||||
iterateContainer(inj_rein_rates, func);
|
iterateContainer(inj_rein_rates, func);
|
||||||
|
iterateContainer(inj_surface_rates, func);
|
||||||
};
|
};
|
||||||
|
|
||||||
// Compute the size of the data.
|
// Compute the size of the data.
|
||||||
|
Loading…
Reference in New Issue
Block a user