diff --git a/modules/heat_transfer/src/relationshipmanagers/GhostBoundary.C b/modules/heat_transfer/src/relationshipmanagers/GhostBoundary.C index 6c9193243e3f..5f06fe9050cf 100644 --- a/modules/heat_transfer/src/relationshipmanagers/GhostBoundary.C +++ b/modules/heat_transfer/src/relationshipmanagers/GhostBoundary.C @@ -99,7 +99,7 @@ bool GhostBoundary::operator>=(const RelationshipManager & other) const { if (auto asoi = dynamic_cast(&other)) - if (_boundary_name == asoi->_boundary_name) + if (_boundary_name == asoi->_boundary_name && baseGreaterEqual(*asoi)) return true; return false; }