[Avida-cvs] [Avida2-svn] r84 - branches/developers/kaben/source/bindings/Boost.Python

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Wed Mar 30 11:24:41 PST 2005


Author: kaben
Date: 2005-03-30 14:24:41 -0500 (Wed, 30 Mar 2005)
New Revision: 84

Modified:
   branches/developers/kaben/source/bindings/Boost.Python/population_interface-fixups.hh
   branches/developers/kaben/source/bindings/Boost.Python/population_interface.pyste
Log:

* Incorporated into AvidaEd Charles' changes to test CPUs to recognize
  organisms attempting communication.




Modified: branches/developers/kaben/source/bindings/Boost.Python/population_interface-fixups.hh
===================================================================
--- branches/developers/kaben/source/bindings/Boost.Python/population_interface-fixups.hh	2005-03-30 18:41:34 UTC (rev 83)
+++ branches/developers/kaben/source/bindings/Boost.Python/population_interface-fixups.hh	2005-03-30 19:24:41 UTC (rev 84)
@@ -16,6 +16,7 @@
   test_interface.SetFun_GetInputAt(&cCallbackUtil::CB_GetInputAt);
   test_interface.SetFun_GetResources(&cCallbackUtil::CB_GetResources);
   test_interface.SetFun_UpdateResources(&cCallbackUtil::CB_UpdateResources);
+  test_interface.SetFun_ReceiveValue(&cCallbackUtil::CB_ReceiveValue);
 }
 
 #endif

Modified: branches/developers/kaben/source/bindings/Boost.Python/population_interface.pyste
===================================================================
--- branches/developers/kaben/source/bindings/Boost.Python/population_interface.pyste	2005-03-30 18:41:34 UTC (rev 83)
+++ branches/developers/kaben/source/bindings/Boost.Python/population_interface.pyste	2005-03-30 19:24:41 UTC (rev 84)
@@ -60,6 +60,7 @@
 exclude(cPopulationInterface.SetFun_KillCell)
 exclude(cPopulationInterface.SetFun_KillSurroundCell)
 exclude(cPopulationInterface.SetFun_SendMessage)
+exclude(cPopulationInterface.SetFun_ReceiveValue)
 exclude(cPopulationInterface.SetFun_InjectParasite)
 exclude(cPopulationInterface.SetFun_UpdateMerit)
 




More information about the Avida-cvs mailing list