|
From: Nick C. <sr...@us...> - 2002-07-19 15:41:39
|
Update of /cvsroot/repast/repast/uchicago/src/sim/engine In directory usw-pr-cvs1:/tmp/cvs-serv29266 Modified Files: ScheduleBase.java Log Message: Made preExecute public. This is so callers can call preExecute which updates the clock tick and then execute. This way actions in execute that rely on getting the correct current time via model.getTickCount get the correct time. |