|
From: Nick C. <sr...@us...> - 2002-02-11 18:15:53
|
Update of /cvsroot/repast/repast/uchicago/src/sim/engine In directory usw-pr-cvs1:/tmp/cvs-serv11262/engine Modified Files: ScheduleBase.java Log Message: Clock is not incremented when no actions scheduled for execution. Actions scheduled with scheduleActionAtInterval are executed first at nextTick + interval, rather than at 0. |