Merge pull request #2728 from joakim-hove/cmp-network

Add network member to ScheduleState::operator==()
This commit is contained in:
Joakim Hove 2021-10-04 13:11:24 +02:00 committed by GitHub
commit 72ba5b8d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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() &&