[Avida-SVN] r3172 - development/source/actions

blwalker at myxo.css.msu.edu blwalker at myxo.css.msu.edu
Sat Feb 28 20:37:46 PST 2009


Author: blwalker
Date: 2009-02-28 23:37:46 -0500 (Sat, 28 Feb 2009)
New Revision: 3172

Modified:
   development/source/actions/PrintActions.cc
Log:
Added genotype ID to output produced by PrintTaskSnapshot, so its results can be compared with the output of SavePopulation, PrintGenotypes, etc. which key on genotype ID.  (PTS previously printed only genotype name.)


Modified: development/source/actions/PrintActions.cc
===================================================================
--- development/source/actions/PrintActions.cc	2009-03-01 03:31:42 UTC (rev 3171)
+++ development/source/actions/PrintActions.cc	2009-03-01 04:37:46 UTC (rev 3172)
@@ -1902,6 +1902,7 @@
       df.Write(parent_sum_tasks_all, "Parent Total Number of Tasks Done");
       df.Write(test_info.GetColonyFitness(), "Genotype Fitness");
       df.Write(organism->GetGenotype()->GetName(), "Genotype Name");
+      df.Write(organism->GetGenotype()->GetID(), "Genotype ID");
       df.Endl();
     }
     




More information about the Avida-cvs mailing list