Skip to content

Commit

Permalink
#2229: Rename get method for phase attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
thearusable committed Feb 16, 2024
1 parent a621055 commit 1a76186
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/node_lb_data.cc
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ NodeLBData::getUserData() const {
}

std::unordered_map<PhaseType, DataMapType> const*
NodeLBData::getUserAttributes() const {
NodeLBData::getPhaseAttributes() const {
return &lb_data_->node_user_attributes_;
}

Expand Down
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/balance/node_lb_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ struct NodeLBData : runtime::component::Component<NodeLBData> {
*
* \return an observer pointer to the user-defined attributes
*/
std::unordered_map<PhaseType, DataMapType> const* getUserAttributes() const;
std::unordered_map<PhaseType, DataMapType> const* getPhaseAttributes() const;

/**
* \internal \brief Get stored object comm data for a specific phase
Expand Down

0 comments on commit 1a76186

Please sign in to comment.