Skip to content

Commit

Permalink
#2092: location: actually call function pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Feb 14, 2023
1 parent 31dc65b commit 222c937
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/vt/topos/location/location.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -702,9 +702,7 @@ template <typename MessageT, ActiveTypedFnType<MessageT> *f>
void EntityLocationCoord<EntityID>::routeMsgHandlerLocal(
MsgSharedPtr<MessageT> const& msg
) {
runnable::makeRunnable(msg, true, msg->getHandler(), theContext()->getNode())
.withTDEpochFromMsg()
.run();
f(msg.get());
}

template <typename EntityID>
Expand Down

0 comments on commit 222c937

Please sign in to comment.