Skip to content

Commit 99c3e92

Browse files
Benedikt Volkelsawenzel
authored andcommitted
Complete ProcessEvent() interface
1 parent 3b2a953 commit 99c3e92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MCReplay/include/MCReplay/MCReplayEngine.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1047,7 +1047,8 @@ class MCReplayEngine : public TVirtualMC
10471047
// TODO To be implemented
10481048
virtual void ProcessEvent() override
10491049
{
1050-
Warning("ProcessEvent", "Not yet implemented");
1050+
// Here we assume that the transport of the next event is desired
1051+
ProcessEvent(mCurrentEvent);
10511052
}
10521053

10531054
/// Process one run and return true if run has finished successfully,

0 commit comments

Comments
 (0)