Skip to content

Commit eb8bccd

Browse files
authored
Merge pull request #1645 from DARMA-tasking/develop
#1643: Merge fix to main
2 parents 12cdd16 + 1286d6f commit eb8bccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vt/vrt/collection/manager.impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2098,7 +2098,7 @@ template <typename ColT, typename IndexT>
20982098
std::set<IndexT> CollectionManager::getLocalIndices(
20992099
CollectionProxyWrapType<ColT> proxy
21002100
) {
2101-
auto elm_holder = findElmHolder<IndexT>(proxy);
2101+
auto elm_holder = findElmHolder<IndexT>(proxy.getProxy());
21022102
std::set<IndexT> local;
21032103
elm_holder->foreach([&](IndexT const& idx, Indexable<IndexT>*) {
21042104
local.insert(idx);

0 commit comments

Comments
 (0)