]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/alice-macros/event_next.C
Changed default point-size in accordance with the new convention.
[u/mrichter/AliRoot.git] / EVE / alice-macros / event_next.C
CommitLineData
867ad3de 1void event_next()
2{
3 if(Alieve::gEvent == 0) {
4 printf("Event not set!\n");
5 return;
6 }
7 Alieve::gEvent->NextEvent();
8}