mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-23 16:00:01 -06:00
GroupState: add gpmaint_state to comparison operator
This commit is contained in:
parent
7f36bac579
commit
1a5ae624b1
@ -43,7 +43,8 @@ bool GroupState::operator==(const GroupState& other) const {
|
||||
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;
|
||||
this->injection_controls == other.injection_controls &&
|
||||
this->gpmaint_state == other.gpmaint_state;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user