[Avida-cvs] [avida-svn] r859 - branches/developers/avida-edward/source/python/AvidaGui2

jclune@myxo.css.msu.edu jclune at myxo.css.msu.edu
Mon Jul 31 13:19:02 PDT 2006


Author: jclune
Date: 2006-07-31 16:19:01 -0400 (Mon, 31 Jul 2006)
New Revision: 859

Modified:
   branches/developers/avida-edward/source/python/AvidaGui2/pySessionCtrl.py
Log:
added ancestor dict

Modified: branches/developers/avida-edward/source/python/AvidaGui2/pySessionCtrl.py
===================================================================
--- branches/developers/avida-edward/source/python/AvidaGui2/pySessionCtrl.py	2006-07-31 19:11:37 UTC (rev 858)
+++ branches/developers/avida-edward/source/python/AvidaGui2/pySessionCtrl.py	2006-07-31 20:19:01 UTC (rev 859)
@@ -66,6 +66,9 @@
     # set a global variable for the location of starting cells
     self.m_session_mdl.m_founding_cells_dict = None
 
+    # set a global lookup table mapping lineage labels to ancestor names
+    self.m_session_mdl.m_ancestors_dict = None
+
     # set a global variable for locking the ancestor lineage map mode max range
     self.m_session_mdl.m_max_lineages_ever = 0
     self.m_session_mdl.m_lock_max_lineages_ever = False




More information about the Avida-cvs mailing list