|
From: Nick C. <sr...@us...> - 2002-07-19 15:43:37
|
Update of /cvsroot/repast/repast/uchicago/src/sim/engine In directory usw-pr-cvs1:/tmp/cvs-serv30421 Modified Files: BaseController.java Log Message: the schedule loop now calls preExecute then gets the current time and then calls execute. This way actions executed in execute that rely on model.getTickCount get the correct tick count. |