[Avida-SVN] r2191 - branches/dkdev/source/main

dknoester at myxo.css.msu.edu dknoester at myxo.css.msu.edu
Sun Nov 11 05:55:37 PST 2007


Author: dknoester
Date: 2007-11-11 08:55:37 -0500 (Sun, 11 Nov 2007)
New Revision: 2191

Modified:
   branches/dkdev/source/main/cDeme.cc
Log:
Bugfix: forgot to move parent to a new trial on replication.

Modified: branches/dkdev/source/main/cDeme.cc
===================================================================
--- branches/dkdev/source/main/cDeme.cc	2007-11-11 13:47:45 UTC (rev 2190)
+++ branches/dkdev/source/main/cDeme.cc	2007-11-11 13:55:37 UTC (rev 2191)
@@ -80,6 +80,7 @@
   for(CellCountMap::iterator i=_cellsToMsgCount.begin(); i!=_cellsToMsgCount.end(); ++i) {
     i->second = 0;
   }
+  NewTrial();
 }
 
 




More information about the Avida-cvs mailing list