Add comparison of connections to Well::operator==

This commit is contained in:
Joakim Hove 2020-04-21 11:27:37 +02:00
parent 9a6d4d43a8
commit ca508663b2

View File

@ -1427,6 +1427,7 @@ bool Well::cmp_structure(const Well& other) const {
this->getPreferredPhase() == other.getPreferredPhase() &&
this->unit_system == other.unit_system &&
this->udq_undefined == other.udq_undefined &&
this->getConnections() == other.getConnections() &&
this->getDrainageRadius() == other.getDrainageRadius() &&
this->getAllowCrossFlow() == other.getAllowCrossFlow() &&
this->getAutomaticShutIn() == other.getAutomaticShutIn() &&