[Avida-cvs] [Avida2-svn] r24 - trunk/source/main

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Thu Feb 24 09:43:22 PST 2005


Author: kaben
Date: 2005-02-24 12:43:22 -0500 (Thu, 24 Feb 2005)
New Revision: 24

Modified:
   trunk/source/main/population.hh
Log:

* The function cPopulation::PrintReactionValues() is no longer defined
anywhere, so I've removed its declaration.



Modified: trunk/source/main/population.hh
===================================================================
--- trunk/source/main/population.hh	2005-02-24 03:57:26 UTC (rev 23)
+++ trunk/source/main/population.hh	2005-02-24 17:43:22 UTC (rev 24)
@@ -187,8 +187,6 @@
   double GetResource(int id) const {
     return resource_count.Get(id); }
 
-  void PrintReactionValues(); 
-
   cStats & GetStats() { return stats; }
   cGenebank & GetGenebank() { return *genebank; }
   cInjectGenebank & GetInjectGenebank() { return *inject_genebank; }




More information about the Avida-cvs mailing list