[Avida-cvs] [Avida2-svn] r217 - trunk/source/python/AvidaGui2

baerb@myxo.css.msu.edu baerb at myxo.css.msu.edu
Tue Jun 21 12:30:08 PDT 2005


Author: baerb
Date: 2005-06-21 15:30:08 -0400 (Tue, 21 Jun 2005)
New Revision: 217

Modified:
   trunk/source/python/AvidaGui2/pyPetriDishCtrl.py
Log:
Added comment



Modified: trunk/source/python/AvidaGui2/pyPetriDishCtrl.py
===================================================================
--- trunk/source/python/AvidaGui2/pyPetriDishCtrl.py	2005-06-21 19:19:44 UTC (rev 216)
+++ trunk/source/python/AvidaGui2/pyPetriDishCtrl.py	2005-06-21 19:30:08 UTC (rev 217)
@@ -167,6 +167,11 @@
 #jmc this is where you put the AllCellsPaintedSignal      
 
   def extractPopulationSlot(self, send_reset_signal = False, send_quit_signal = False):
+
+    # If there is an active Avida object find all the cells that are occupied
+    # and place them in a dictionary.  Fire off the signal for the next freezer
+    # phase with that signal.
+
     population_dict = {}
     if self.m_avida != None:
       for x in range(self.m_world_w):




More information about the Avida-cvs mailing list