Skip to content

Commit

Permalink
Merge pull request #1645 from DARMA-tasking/develop
Browse files Browse the repository at this point in the history
#1643: Merge fix to main
  • Loading branch information
PhilMiller authored Dec 28, 2021
2 parents 12cdd16 + 1286d6f commit eb8bccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vt/vrt/collection/manager.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -2098,7 +2098,7 @@ template <typename ColT, typename IndexT>
std::set<IndexT> CollectionManager::getLocalIndices(
CollectionProxyWrapType<ColT> proxy
) {
auto elm_holder = findElmHolder<IndexT>(proxy);
auto elm_holder = findElmHolder<IndexT>(proxy.getProxy());
std::set<IndexT> local;
elm_holder->foreach([&](IndexT const& idx, Indexable<IndexT>*) {
local.insert(idx);
Expand Down

0 comments on commit eb8bccd

Please sign in to comment.