Skip to content

Commit 189c076

Browse files
committed
#1260: examples: Use deduced message type for transpose example
1 parent dc4a40a commit 189c076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/collection/transpose.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ struct Block : vt::Collection<Block, vt::Index1D> {
176176
if (getIndex().x() == 0) {
177177
auto proxy = this->getCollectionProxy();
178178
auto proxy_msg = vt::makeMessage<ProxyMsg>(proxy.getProxy());
179-
vt::theMsg()->broadcastMsg<SetupGroup,ProxyMsg>(proxy_msg);
179+
vt::theMsg()->broadcastMsg<SetupGroup>(proxy_msg);
180180
}
181181
}
182182

0 commit comments

Comments
 (0)