Merge pull request #2728 from joakim-hove/cmp-network
Add network member to ScheduleState::operator==()
This commit is contained in:
commit
72ba5b8d36
@ -248,6 +248,7 @@ bool ScheduleState::operator==(const ScheduleState& other) const {
|
||||
this->m_message_limits == other.m_message_limits &&
|
||||
this->m_whistctl_mode == other.m_whistctl_mode &&
|
||||
this->m_nupcol == other.m_nupcol &&
|
||||
this->network.get() == other.network.get() &&
|
||||
this->wtest_config.get() == other.wtest_config.get() &&
|
||||
this->well_order.get() == other.well_order.get() &&
|
||||
this->group_order.get() == other.group_order.get() &&
|
||||
|
Loading…
Reference in New Issue
Block a user