Add comparison of connections to Well::operator==
This commit is contained in:
parent
9a6d4d43a8
commit
ca508663b2
@ -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() &&
|
||||
|
Loading…
Reference in New Issue
Block a user