[Avida-cvs] [Avida2-svn] r244 - trunk/source/bindings/Boost.Python

brysonda@myxo.css.msu.edu brysonda at myxo.css.msu.edu
Tue Jul 19 18:51:06 PDT 2005


Author: brysonda
Date: 2005-07-19 21:51:05 -0400 (Tue, 19 Jul 2005)
New Revision: 244

Modified:
   trunk/source/bindings/Boost.Python/cpu_test_info.pyste
Log:
Update cpu_test_info.pyste to handle changes in cpu_test_info

Modified: trunk/source/bindings/Boost.Python/cpu_test_info.pyste
===================================================================
--- trunk/source/bindings/Boost.Python/cpu_test_info.pyste	2005-07-19 18:36:55 UTC (rev 243)
+++ trunk/source/bindings/Boost.Python/cpu_test_info.pyste	2005-07-20 01:51:05 UTC (rev 244)
@@ -4,7 +4,7 @@
 
 cCPUTestInfo = Class("cCPUTestInfo", "cpu_test_info.hh")
 # returns std::ofstream &, i.e., not the Python Way.
-#exclude(cCPUTestInfo.GetTraceFP)
+exclude(cCPUTestInfo.GetTraceFP)
 set_policy(cCPUTestInfo.GetTestOrganism, return_internal_reference())
 set_policy(cCPUTestInfo.GetColonyOrganism, return_internal_reference())
 set_policy(cCPUTestInfo.GetColonyOrganism, return_internal_reference())




More information about the Avida-cvs mailing list