Skip to content

Commit

Permalink
Adds missing comm() function to disjoint_set
Browse files Browse the repository at this point in the history
  • Loading branch information
steiltre committed Sep 17, 2024
1 parent 41e4681 commit 2143282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/ygm/container/disjoint_set.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ class disjoint_set {
return m_impl.get_ygm_ptr();
}

ygm::comm &comm() { return m_impl.comm(); }

private:
impl_type m_impl;
};
Expand Down

0 comments on commit 2143282

Please sign in to comment.