Skip to content

Commit

Permalink
GhostEverything trumps everything if doing same class of ghosting
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsayad committed Aug 12, 2024
1 parent c1232ff commit 086a313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/relationshipmanagers/GhostEverything.C
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ GhostEverything::operator()(const MeshBase::const_element_iterator & range_begin
bool
GhostEverything::operator>=(const RelationshipManager & other) const
{
return dynamic_cast<const GhostEverything *>(&other);
return baseGreaterEqual(other);
}

std::unique_ptr<GhostingFunctor>
Expand Down

0 comments on commit 086a313

Please sign in to comment.