From: <jom...@us...> - 2011-04-12 18:47:20
|
Revision: 1640 http://jason.svn.sourceforge.net/jason/?rev=1640&view=rev Author: jomifred Date: 2011-04-12 18:47:14 +0000 (Tue, 12 Apr 2011) Log Message: ----------- fix bug related to include+functions reported by Francisco Grimaldo Modified Paths: -------------- trunk/src/jason/asSemantics/Agent.java Modified: trunk/src/jason/asSemantics/Agent.java =================================================================== --- trunk/src/jason/asSemantics/Agent.java 2011-04-01 22:54:30 UTC (rev 1639) +++ trunk/src/jason/asSemantics/Agent.java 2011-04-12 18:47:14 UTC (rev 1640) @@ -154,6 +154,7 @@ addInitialBelsInBB(); addInitialGoalsFromProjectInBB(); addInitialGoalsInTS(); + fixAgInIAandFunctions(this); // used to fix agent reference in functions used inside includes } // kqml Plans at the end of the ag PS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |