|
From: SourceForge.net <no...@so...> - 2006-06-15 12:49:05
|
Bugs item #1506644, was opened at 2006-06-15 12:49 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101703&aid=1506644&group_id=1703 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nick Collier (srcnick) Assigned to: Nick Collier (srcnick) Summary: bug in sugarscape demo Initial Comment: SugarModel.java:464: agent.setXY(agentGrid.xnorm(x), agentGrid.xnorm(y)); should read: ^ v agent.setXY(agentGrid.xnorm(x), agentGrid.ynorm(y)); SugarModel.java:149: // by calling the method getMetabolism on the agent. should read: ^^^^^^^^^^^^^ vvvvvvvvv // by calling the method getVision on the agent. (that's a weird backwards C-Paste error because the comment to which the line really belongs doesn't exist...) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101703&aid=1506644&group_id=1703 |