We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2a953 commit 99c3e92Copy full SHA for 99c3e92
MCReplay/include/MCReplay/MCReplayEngine.h
@@ -1047,7 +1047,8 @@ class MCReplayEngine : public TVirtualMC
1047
// TODO To be implemented
1048
virtual void ProcessEvent() override
1049
{
1050
- Warning("ProcessEvent", "Not yet implemented");
+ // Here we assume that the transport of the next event is desired
1051
+ ProcessEvent(mCurrentEvent);
1052
}
1053
1054
/// Process one run and return true if run has finished successfully,
0 commit comments