[Avida-SVN] r1553 - development/source/classification

matt at myxo.css.msu.edu matt at myxo.css.msu.edu
Mon May 14 11:36:56 PDT 2007


Author: matt
Date: 2007-05-14 14:36:56 -0400 (Mon, 14 May 2007)
New Revision: 1553

Modified:
   development/source/classification/cLineage.h
Log:
Fix cLineage.h 


Modified: development/source/classification/cLineage.h
===================================================================
--- development/source/classification/cLineage.h	2007-05-14 18:25:33 UTC (rev 1552)
+++ development/source/classification/cLineage.h	2007-05-14 18:36:56 UTC (rev 1553)
@@ -152,7 +152,7 @@
    **/
   double GetLineageStat2 () const { return m_lineage_stat2; }
 	
-	tArray<const cGenotype*> cLineage::GetCurrentGenotypes(cAvidaContext& ctx) const;
+	tArray<const cGenotype*> GetCurrentGenotypes(cAvidaContext& ctx) const;
 };
 
 




More information about the Avida-cvs mailing list